Shades of Dark Orchid #B92DD4
Tints of Dark Orchid #B92DD4
RGB
CMYK
RGB Variations
Color information
#B92DD4 (or 0xB92DD4) is known color: Dark Orchid. HEX triplet: B9, 2D and D4. RGB value is (185,45,212). Sum of RGB (Red+Green+Blue) = 185+45+212=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 212 (83.20% from 255 or 47.96% from 442); Max value from RGB is 212 - color contains mainly: blue. Hex color #B92DD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92DD4 is #46D22B. Grayscale: #696969. Windows color (decimal): -4641324 or 13905337. OLE color: 13905337.
HSL color Cylindrical-coordinate representation of color #B92DD4: hue angle of 290.3º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B92DD4 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 45 | 212 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.17 |
| HSL | 290.3º | 0.66% | 0.5% | - |
| HSV(B) | 290.3º | 0.79% | 0.83% | - |
| XYZ | 32.83 | 16.94 | 63.83 | - |
| YUV | 105.9 | 187.88 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 45 | 212 | 0.13 | 0.79 | 0 | 0.17 | 290.3 | 0.66 | 0.5 |
| Hex | B9 | 2D | D4 | D | 4F | 0 | 11 | 122 | 42 | 32 |
| Octal | 271 | 55 | 324 | 15 | 117 | 0 | 21 | 442 | 102 | 62 |
| Binary | 10111001 | 101101 | 11010100 | 1101 | 1001111 | 0 | 10001 | 100100010 | 1000010 | 110010 |
Color Harmonies of #B92DD4
Complementary color
Monochromatic Colors of #B92DD4
Black with #B92DD4
Text Example
Text Example
White with #B92DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92DD4; }
p { color: rgb(185,45,212); }
H1.HeaderClassName
{
color: #B92DD4;
}
.AnyTagClassName
{
color: #B92DD4;
}
</style>
background-color css
<style>
a { background-color: #B92DD4; }
a { background-color: rgb(185,45,212); }
div.DivClassName
{
background-color: #B92DD4;
}
.BgClassName
{
background-color: #B92DD4;
}
</style>
border-color css
<style>
span { border-color: #B92DD4; }
span { border-color: rgb(185,45,212); }
td.TdClassName
{
border-color: #B92DD4;
}
.TagClassName
{
border-color: #B92DD4;
}
</style>