Shades of Dark Orchid #B92DD0
Tints of Dark Orchid #B92DD0
RGB
CMYK
RGB Variations
Color information
#B92DD0 (or 0xB92DD0) is known color: Dark Orchid. HEX triplet: B9, 2D and D0. RGB value is (185,45,208). Sum of RGB (Red+Green+Blue) = 185+45+208=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 45 (17.97% from 255 or 10.27% from 438); Blue value is 208 (81.64% from 255 or 47.49% from 438); Max value from RGB is 208 - color contains mainly: blue. Hex color #B92DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92DD0 is #46D22F. Grayscale: #686868. Windows color (decimal): -4641328 or 13643193. OLE color: 13643193.
HSL color Cylindrical-coordinate representation of color #B92DD0: hue angle of 291.53º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B92DD0 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 45 | 208 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.18 |
| HSL | 291.53º | 0.64% | 0.5% | - |
| HSV(B) | 291.53º | 0.78% | 0.82% | - |
| XYZ | 32.33 | 16.75 | 61.2 | - |
| YUV | 105.44 | 185.88 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 45 | 208 | 0.11 | 0.78 | 0 | 0.18 | 291.53 | 0.64 | 0.5 |
| Hex | B9 | 2D | D0 | B | 4E | 0 | 12 | 124 | 40 | 32 |
| Octal | 271 | 55 | 320 | 13 | 116 | 0 | 22 | 444 | 100 | 62 |
| Binary | 10111001 | 101101 | 11010000 | 1011 | 1001110 | 0 | 10010 | 100100100 | 1000000 | 110010 |
Color Harmonies of #B92DD0
Complementary color
Monochromatic Colors of #B92DD0
Black with #B92DD0
Text Example
Text Example
White with #B92DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92DD0; }
p { color: rgb(185,45,208); }
H1.HeaderClassName
{
color: #B92DD0;
}
.AnyTagClassName
{
color: #B92DD0;
}
</style>
background-color css
<style>
a { background-color: #B92DD0; }
a { background-color: rgb(185,45,208); }
div.DivClassName
{
background-color: #B92DD0;
}
.BgClassName
{
background-color: #B92DD0;
}
</style>
border-color css
<style>
span { border-color: #B92DD0; }
span { border-color: rgb(185,45,208); }
td.TdClassName
{
border-color: #B92DD0;
}
.TagClassName
{
border-color: #B92DD0;
}
</style>