Shades of Dark Orchid #B92ECF
Tints of Dark Orchid #B92ECF
RGB
CMYK
RGB Variations
Color information
#B92ECF (or 0xB92ECF) is known color: Dark Orchid. HEX triplet: B9, 2E and CF. RGB value is (185,46,207). Sum of RGB (Red+Green+Blue) = 185+46+207=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #B92ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92ECF is #46D130. Grayscale: #696969. Windows color (decimal): -4641073 or 13577913. OLE color: 13577913.
HSL color Cylindrical-coordinate representation of color #B92ECF: hue angle of 291.8º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B92ECF is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 46 | 207 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.19 |
| HSL | 291.8º | 0.64% | 0.5% | - |
| HSV(B) | 291.8º | 0.78% | 0.81% | - |
| XYZ | 32.25 | 16.77 | 60.57 | - |
| YUV | 105.92 | 185.05 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 46 | 207 | 0.11 | 0.78 | 0 | 0.19 | 291.8 | 0.64 | 0.5 |
| Hex | B9 | 2E | CF | B | 4E | 0 | 13 | 124 | 40 | 32 |
| Octal | 271 | 56 | 317 | 13 | 116 | 0 | 23 | 444 | 100 | 62 |
| Binary | 10111001 | 101110 | 11001111 | 1011 | 1001110 | 0 | 10011 | 100100100 | 1000000 | 110010 |
Color Harmonies of #B92ECF
Complementary color
Monochromatic Colors of #B92ECF
Black with #B92ECF
Text Example
Text Example
White with #B92ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92ECF; }
p { color: rgb(185,46,207); }
H1.HeaderClassName
{
color: #B92ECF;
}
.AnyTagClassName
{
color: #B92ECF;
}
</style>
background-color css
<style>
a { background-color: #B92ECF; }
a { background-color: rgb(185,46,207); }
div.DivClassName
{
background-color: #B92ECF;
}
.BgClassName
{
background-color: #B92ECF;
}
</style>
border-color css
<style>
span { border-color: #B92ECF; }
span { border-color: rgb(185,46,207); }
td.TdClassName
{
border-color: #B92ECF;
}
.TagClassName
{
border-color: #B92ECF;
}
</style>