Shades of Dark Orchid #B92ECD
Tints of Dark Orchid #B92ECD
RGB
CMYK
RGB Variations
Color information
#B92ECD (or 0xB92ECD) is known color: Dark Orchid. HEX triplet: B9, 2E and CD. RGB value is (185,46,205). Sum of RGB (Red+Green+Blue) = 185+46+205=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #B92ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92ECD is #46D132. Grayscale: #696969. Windows color (decimal): -4641075 or 13446841. OLE color: 13446841.
HSL color Cylindrical-coordinate representation of color #B92ECD: hue angle of 292.45º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B92ECD is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 46 | 205 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.20 |
| HSL | 292.45º | 0.63% | 0.49% | - |
| HSV(B) | 292.45º | 0.78% | 0.8% | - |
| XYZ | 32 | 16.68 | 59.29 | - |
| YUV | 105.69 | 184.05 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 46 | 205 | 0.10 | 0.78 | 0 | 0.20 | 292.45 | 0.63 | 0.49 |
| Hex | B9 | 2E | CD | A | 4E | 0 | 14 | 124 | 3F | 31 |
| Octal | 271 | 56 | 315 | 12 | 116 | 0 | 24 | 444 | 77 | 61 |
| Binary | 10111001 | 101110 | 11001101 | 1010 | 1001110 | 0 | 10100 | 100100100 | 111111 | 110001 |
Color Harmonies of #B92ECD
Complementary color
Monochromatic Colors of #B92ECD
Black with #B92ECD
Text Example
Text Example
White with #B92ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92ECD; }
p { color: rgb(185,46,205); }
H1.HeaderClassName
{
color: #B92ECD;
}
.AnyTagClassName
{
color: #B92ECD;
}
</style>
background-color css
<style>
a { background-color: #B92ECD; }
a { background-color: rgb(185,46,205); }
div.DivClassName
{
background-color: #B92ECD;
}
.BgClassName
{
background-color: #B92ECD;
}
</style>
border-color css
<style>
span { border-color: #B92ECD; }
span { border-color: rgb(185,46,205); }
td.TdClassName
{
border-color: #B92ECD;
}
.TagClassName
{
border-color: #B92ECD;
}
</style>