Shades of Dark Orchid #B92ADD
Tints of Dark Orchid #B92ADD
RGB
CMYK
RGB Variations
Color information
#B92ADD (or 0xB92ADD) is known color: Dark Orchid. HEX triplet: B9, 2A and DD. RGB value is (185,42,221). Sum of RGB (Red+Green+Blue) = 185+42+221=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 42 (16.80% from 255 or 9.38% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #B92ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92ADD is #46D522. Grayscale: #686868. Windows color (decimal): -4642083 or 14494393. OLE color: 14494393.
HSL color Cylindrical-coordinate representation of color #B92ADD: hue angle of 287.93º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B92ADD is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 42 | 221 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.13 |
| HSL | 287.93º | 0.72% | 0.52% | - |
| HSV(B) | 287.93º | 0.81% | 0.87% | - |
| XYZ | 33.89 | 17.19 | 69.94 | - |
| YUV | 105.16 | 193.38 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 42 | 221 | 0.16 | 0.81 | 0 | 0.13 | 287.93 | 0.72 | 0.52 |
| Hex | B9 | 2A | DD | 10 | 51 | 0 | D | 120 | 48 | 34 |
| Octal | 271 | 52 | 335 | 20 | 121 | 0 | 15 | 440 | 110 | 64 |
| Binary | 10111001 | 101010 | 11011101 | 10000 | 1010001 | 0 | 1101 | 100100000 | 1001000 | 110100 |
Color Harmonies of #B92ADD
Complementary color
Monochromatic Colors of #B92ADD
Black with #B92ADD
Text Example
Text Example
White with #B92ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92ADD; }
p { color: rgb(185,42,221); }
H1.HeaderClassName
{
color: #B92ADD;
}
.AnyTagClassName
{
color: #B92ADD;
}
</style>
background-color css
<style>
a { background-color: #B92ADD; }
a { background-color: rgb(185,42,221); }
div.DivClassName
{
background-color: #B92ADD;
}
.BgClassName
{
background-color: #B92ADD;
}
</style>
border-color css
<style>
span { border-color: #B92ADD; }
span { border-color: rgb(185,42,221); }
td.TdClassName
{
border-color: #B92ADD;
}
.TagClassName
{
border-color: #B92ADD;
}
</style>