Shades of Dark Orchid #B82ACE
Tints of Dark Orchid #B82ACE
RGB
CMYK
RGB Variations
Color information
#B82ACE (or 0xB82ACE) is known color: Dark Orchid. HEX triplet: B8, 2A and CE. RGB value is (184,42,206). Sum of RGB (Red+Green+Blue) = 184+42+206=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 42 (16.80% from 255 or 9.72% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #B82ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82ACE is #47D531. Grayscale: #666666. Windows color (decimal): -4707634 or 13511352. OLE color: 13511352.
HSL color Cylindrical-coordinate representation of color #B82ACE: hue angle of 291.95º 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 #B82ACE is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 42 | 206 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.19 |
| HSL | 291.95º | 0.66% | 0.49% | - |
| HSV(B) | 291.95º | 0.8% | 0.81% | - |
| XYZ | 31.74 | 16.3 | 59.87 | - |
| YUV | 103.15 | 186.04 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 42 | 206 | 0.11 | 0.80 | 0 | 0.19 | 291.95 | 0.66 | 0.49 |
| Hex | B8 | 2A | CE | B | 50 | 0 | 13 | 124 | 42 | 31 |
| Octal | 270 | 52 | 316 | 13 | 120 | 0 | 23 | 444 | 102 | 61 |
| Binary | 10111000 | 101010 | 11001110 | 1011 | 1010000 | 0 | 10011 | 100100100 | 1000010 | 110001 |
Color Harmonies of #B82ACE
Complementary color
Monochromatic Colors of #B82ACE
Black with #B82ACE
Text Example
Text Example
White with #B82ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82ACE; }
p { color: rgb(184,42,206); }
H1.HeaderClassName
{
color: #B82ACE;
}
.AnyTagClassName
{
color: #B82ACE;
}
</style>
background-color css
<style>
a { background-color: #B82ACE; }
a { background-color: rgb(184,42,206); }
div.DivClassName
{
background-color: #B82ACE;
}
.BgClassName
{
background-color: #B82ACE;
}
</style>
border-color css
<style>
span { border-color: #B82ACE; }
span { border-color: rgb(184,42,206); }
td.TdClassName
{
border-color: #B82ACE;
}
.TagClassName
{
border-color: #B82ACE;
}
</style>