Shades of Dark Orchid #B92DD1
Tints of Dark Orchid #B92DD1
RGB
CMYK
RGB Variations
Color information
#B92DD1 (or 0xB92DD1) is known color: Dark Orchid. HEX triplet: B9, 2D and D1. RGB value is (185,45,209). Sum of RGB (Red+Green+Blue) = 185+45+209=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 45 (17.97% from 255 or 10.25% from 439); Blue value is 209 (82.03% from 255 or 47.61% from 439); Max value from RGB is 209 - color contains mainly: blue. Hex color #B92DD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92DD1 is #46D22E. Grayscale: #696969. Windows color (decimal): -4641327 or 13708729. OLE color: 13708729.
HSL color Cylindrical-coordinate representation of color #B92DD1: hue angle of 291.22º degrees, saturation: 0.65, 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 #B92DD1 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 45 | 209 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.18 |
| HSL | 291.22º | 0.65% | 0.5% | - |
| HSV(B) | 291.22º | 0.78% | 0.82% | - |
| XYZ | 32.45 | 16.79 | 61.85 | - |
| YUV | 105.56 | 186.38 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 45 | 209 | 0.11 | 0.78 | 0 | 0.18 | 291.22 | 0.65 | 0.5 |
| Hex | B9 | 2D | D1 | B | 4E | 0 | 12 | 123 | 41 | 32 |
| Octal | 271 | 55 | 321 | 13 | 116 | 0 | 22 | 443 | 101 | 62 |
| Binary | 10111001 | 101101 | 11010001 | 1011 | 1001110 | 0 | 10010 | 100100011 | 1000001 | 110010 |
Color Harmonies of #B92DD1
Complementary color
Monochromatic Colors of #B92DD1
Black with #B92DD1
Text Example
Text Example
White with #B92DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92DD1; }
p { color: rgb(185,45,209); }
H1.HeaderClassName
{
color: #B92DD1;
}
.AnyTagClassName
{
color: #B92DD1;
}
</style>
background-color css
<style>
a { background-color: #B92DD1; }
a { background-color: rgb(185,45,209); }
div.DivClassName
{
background-color: #B92DD1;
}
.BgClassName
{
background-color: #B92DD1;
}
</style>
border-color css
<style>
span { border-color: #B92DD1; }
span { border-color: rgb(185,45,209); }
td.TdClassName
{
border-color: #B92DD1;
}
.TagClassName
{
border-color: #B92DD1;
}
</style>