Shades of Dark Orchid #B92CED
Tints of Dark Orchid #B92CED
RGB
CMYK
RGB Variations
Color information
#B92CED (or 0xB92CED) is known color: Dark Orchid. HEX triplet: B9, 2C and ED. RGB value is (185,44,237). Sum of RGB (Red+Green+Blue) = 185+44+237=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 44 (17.58% from 255 or 9.44% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #B92CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B92CED is #46D312. Grayscale: #6B6B6B. Windows color (decimal): -4641555 or 15543481. OLE color: 15543481.
HSL color Cylindrical-coordinate representation of color #B92CED: hue angle of 283.83º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B92CED is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 44 | 237 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.07 |
| HSL | 283.83º | 0.84% | 0.55% | - |
| HSV(B) | 283.83º | 0.81% | 0.93% | - |
| XYZ | 36.19 | 18.23 | 81.73 | - |
| YUV | 108.16 | 200.71 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 44 | 237 | 0.22 | 0.81 | 0 | 0.07 | 283.83 | 0.84 | 0.55 |
| Hex | B9 | 2C | ED | 16 | 51 | 0 | 7 | 11C | 54 | 37 |
| Octal | 271 | 54 | 355 | 26 | 121 | 0 | 7 | 434 | 124 | 67 |
| Binary | 10111001 | 101100 | 11101101 | 10110 | 1010001 | 0 | 111 | 100011100 | 1010100 | 110111 |
Color Harmonies of #B92CED
Complementary color
Monochromatic Colors of #B92CED
Black with #B92CED
Text Example
Text Example
White with #B92CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92CED; }
p { color: rgb(185,44,237); }
H1.HeaderClassName
{
color: #B92CED;
}
.AnyTagClassName
{
color: #B92CED;
}
</style>
background-color css
<style>
a { background-color: #B92CED; }
a { background-color: rgb(185,44,237); }
div.DivClassName
{
background-color: #B92CED;
}
.BgClassName
{
background-color: #B92CED;
}
</style>
border-color css
<style>
span { border-color: #B92CED; }
span { border-color: rgb(185,44,237); }
td.TdClassName
{
border-color: #B92CED;
}
.TagClassName
{
border-color: #B92CED;
}
</style>