Shades of Dark Orchid #B92DDD
Tints of Dark Orchid #B92DDD
RGB
CMYK
RGB Variations
Color information
#B92DDD (or 0xB92DDD) is known color: Dark Orchid. HEX triplet: B9, 2D and DD. RGB value is (185,45,221). Sum of RGB (Red+Green+Blue) = 185+45+221=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 45 (17.97% from 255 or 9.98% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #B92DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92DDD is #46D222. Grayscale: #6A6A6A. Windows color (decimal): -4641315 or 14495161. OLE color: 14495161.
HSL color Cylindrical-coordinate representation of color #B92DDD: hue angle of 287.73º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B92DDD is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 45 | 221 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.13 |
| HSL | 287.73º | 0.72% | 0.52% | - |
| HSV(B) | 287.73º | 0.8% | 0.87% | - |
| XYZ | 34 | 17.41 | 69.98 | - |
| YUV | 106.92 | 192.38 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 45 | 221 | 0.16 | 0.80 | 0 | 0.13 | 287.73 | 0.72 | 0.52 |
| Hex | B9 | 2D | DD | 10 | 50 | 0 | D | 120 | 48 | 34 |
| Octal | 271 | 55 | 335 | 20 | 120 | 0 | 15 | 440 | 110 | 64 |
| Binary | 10111001 | 101101 | 11011101 | 10000 | 1010000 | 0 | 1101 | 100100000 | 1001000 | 110100 |
Color Harmonies of #B92DDD
Complementary color
Monochromatic Colors of #B92DDD
Black with #B92DDD
Text Example
Text Example
White with #B92DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92DDD; }
p { color: rgb(185,45,221); }
H1.HeaderClassName
{
color: #B92DDD;
}
.AnyTagClassName
{
color: #B92DDD;
}
</style>
background-color css
<style>
a { background-color: #B92DDD; }
a { background-color: rgb(185,45,221); }
div.DivClassName
{
background-color: #B92DDD;
}
.BgClassName
{
background-color: #B92DDD;
}
</style>
border-color css
<style>
span { border-color: #B92DDD; }
span { border-color: rgb(185,45,221); }
td.TdClassName
{
border-color: #B92DDD;
}
.TagClassName
{
border-color: #B92DDD;
}
</style>