Shades of Dark Orchid #B92ACE
Tints of Dark Orchid #B92ACE
RGB
CMYK
RGB Variations
Color information
#B92ACE (or 0xB92ACE) is known color: Dark Orchid. HEX triplet: B9, 2A and CE. RGB value is (185,42,206). Sum of RGB (Red+Green+Blue) = 185+42+206=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 42 (16.80% from 255 or 9.70% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #B92ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92ACE is #46D531. Grayscale: #666666. Windows color (decimal): -4642098 or 13511353. OLE color: 13511353.
HSL color Cylindrical-coordinate representation of color #B92ACE: hue angle of 292.32º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B92ACE is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 42 | 206 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.19 |
| HSL | 292.32º | 0.66% | 0.49% | - |
| HSV(B) | 292.32º | 0.8% | 0.81% | - |
| XYZ | 31.98 | 16.43 | 59.88 | - |
| YUV | 103.45 | 185.88 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 42 | 206 | 0.10 | 0.80 | 0 | 0.19 | 292.32 | 0.66 | 0.49 |
| Hex | B9 | 2A | CE | A | 50 | 0 | 13 | 124 | 42 | 31 |
| Octal | 271 | 52 | 316 | 12 | 120 | 0 | 23 | 444 | 102 | 61 |
| Binary | 10111001 | 101010 | 11001110 | 1010 | 1010000 | 0 | 10011 | 100100100 | 1000010 | 110001 |
Color Harmonies of #B92ACE
Complementary color
Monochromatic Colors of #B92ACE
Black with #B92ACE
Text Example
Text Example
White with #B92ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92ACE; }
p { color: rgb(185,42,206); }
H1.HeaderClassName
{
color: #B92ACE;
}
.AnyTagClassName
{
color: #B92ACE;
}
</style>
background-color css
<style>
a { background-color: #B92ACE; }
a { background-color: rgb(185,42,206); }
div.DivClassName
{
background-color: #B92ACE;
}
.BgClassName
{
background-color: #B92ACE;
}
</style>
border-color css
<style>
span { border-color: #B92ACE; }
span { border-color: rgb(185,42,206); }
td.TdClassName
{
border-color: #B92ACE;
}
.TagClassName
{
border-color: #B92ACE;
}
</style>