Shades of Medium Orchid #BA74EA
Tints of Medium Orchid #BA74EA
RGB
CMYK
RGB Variations
Color information
#BA74EA (or 0xBA74EA) is known color: Medium Orchid. HEX triplet: BA, 74 and EA. RGB value is (186,116,234). Sum of RGB (Red+Green+Blue) = 186+116+234=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 116 (45.70% from 255 or 21.64% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA74EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA74EA is #458B15. Grayscale: #959595. Windows color (decimal): -4557590 or 15365306. OLE color: 15365306.
HSL color Cylindrical-coordinate representation of color #BA74EA: hue angle of 275.59º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA74EA is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 116 | 234 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.08 |
| HSL | 275.59º | 0.74% | 0.69% | - |
| HSV(B) | 275.59º | 0.5% | 0.92% | - |
| XYZ | 41.35 | 28.87 | 81.24 | - |
| YUV | 150.38 | 175.19 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 234 | 0.21 | 0.50 | 0 | 0.08 | 275.59 | 0.74 | 0.69 |
| Hex | BA | 74 | EA | 15 | 32 | 0 | 8 | 114 | 4A | 45 |
| Octal | 272 | 164 | 352 | 25 | 62 | 0 | 10 | 424 | 112 | 105 |
| Binary | 10111010 | 1110100 | 11101010 | 10101 | 110010 | 0 | 1000 | 100010100 | 1001010 | 1000101 |
Color Harmonies of #BA74EA
Complementary color
Monochromatic Colors of #BA74EA
Black with #BA74EA
Text Example
Text Example
White with #BA74EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA74EA; }
p { color: rgb(186,116,234); }
H1.HeaderClassName
{
color: #BA74EA;
}
.AnyTagClassName
{
color: #BA74EA;
}
</style>
background-color css
<style>
a { background-color: #BA74EA; }
a { background-color: rgb(186,116,234); }
div.DivClassName
{
background-color: #BA74EA;
}
.BgClassName
{
background-color: #BA74EA;
}
</style>
border-color css
<style>
span { border-color: #BA74EA; }
span { border-color: rgb(186,116,234); }
td.TdClassName
{
border-color: #BA74EA;
}
.TagClassName
{
border-color: #BA74EA;
}
</style>