Shades of Dark Orchid #B92CEA
Tints of Dark Orchid #B92CEA
RGB
CMYK
RGB Variations
Color information
#B92CEA (or 0xB92CEA) is known color: Dark Orchid. HEX triplet: B9, 2C and EA. RGB value is (185,44,234). Sum of RGB (Red+Green+Blue) = 185+44+234=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 44 (17.58% from 255 or 9.50% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #B92CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B92CEA is #46D315. Grayscale: #6B6B6B. Windows color (decimal): -4641558 or 15346873. OLE color: 15346873.
HSL color Cylindrical-coordinate representation of color #B92CEA: hue angle of 284.53º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B92CEA is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 44 | 234 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.08 |
| HSL | 284.53º | 0.82% | 0.55% | - |
| HSV(B) | 284.53º | 0.81% | 0.92% | - |
| XYZ | 35.76 | 18.06 | 79.44 | - |
| YUV | 107.82 | 199.21 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 44 | 234 | 0.21 | 0.81 | 0 | 0.08 | 284.53 | 0.82 | 0.55 |
| Hex | B9 | 2C | EA | 15 | 51 | 0 | 8 | 11D | 52 | 37 |
| Octal | 271 | 54 | 352 | 25 | 121 | 0 | 10 | 435 | 122 | 67 |
| Binary | 10111001 | 101100 | 11101010 | 10101 | 1010001 | 0 | 1000 | 100011101 | 1010010 | 110111 |
Color Harmonies of #B92CEA
Complementary color
Monochromatic Colors of #B92CEA
Black with #B92CEA
Text Example
Text Example
White with #B92CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92CEA; }
p { color: rgb(185,44,234); }
H1.HeaderClassName
{
color: #B92CEA;
}
.AnyTagClassName
{
color: #B92CEA;
}
</style>
background-color css
<style>
a { background-color: #B92CEA; }
a { background-color: rgb(185,44,234); }
div.DivClassName
{
background-color: #B92CEA;
}
.BgClassName
{
background-color: #B92CEA;
}
</style>
border-color css
<style>
span { border-color: #B92CEA; }
span { border-color: rgb(185,44,234); }
td.TdClassName
{
border-color: #B92CEA;
}
.TagClassName
{
border-color: #B92CEA;
}
</style>