Shades of Dark Orchid #B82BCE
Tints of Dark Orchid #B82BCE
RGB
CMYK
RGB Variations
Color information
#B82BCE (or 0xB82BCE) is known color: Dark Orchid. HEX triplet: B8, 2B and CE. RGB value is (184,43,206). Sum of RGB (Red+Green+Blue) = 184+43+206=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 43 (17.19% from 255 or 9.93% 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 #B82BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82BCE is #47D431. Grayscale: #676767. Windows color (decimal): -4707378 or 13511608. OLE color: 13511608.
HSL color Cylindrical-coordinate representation of color #B82BCE: hue angle of 291.9º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B82BCE is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 43 | 206 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.19 |
| HSL | 291.9º | 0.65% | 0.49% | - |
| HSV(B) | 291.9º | 0.79% | 0.81% | - |
| XYZ | 31.77 | 16.37 | 59.88 | - |
| YUV | 103.74 | 185.71 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 43 | 206 | 0.11 | 0.79 | 0 | 0.19 | 291.9 | 0.65 | 0.49 |
| Hex | B8 | 2B | CE | B | 4F | 0 | 13 | 124 | 41 | 31 |
| Octal | 270 | 53 | 316 | 13 | 117 | 0 | 23 | 444 | 101 | 61 |
| Binary | 10111000 | 101011 | 11001110 | 1011 | 1001111 | 0 | 10011 | 100100100 | 1000001 | 110001 |
Color Harmonies of #B82BCE
Complementary color
Monochromatic Colors of #B82BCE
Black with #B82BCE
Text Example
Text Example
White with #B82BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82BCE; }
p { color: rgb(184,43,206); }
H1.HeaderClassName
{
color: #B82BCE;
}
.AnyTagClassName
{
color: #B82BCE;
}
</style>
background-color css
<style>
a { background-color: #B82BCE; }
a { background-color: rgb(184,43,206); }
div.DivClassName
{
background-color: #B82BCE;
}
.BgClassName
{
background-color: #B82BCE;
}
</style>
border-color css
<style>
span { border-color: #B82BCE; }
span { border-color: rgb(184,43,206); }
td.TdClassName
{
border-color: #B82BCE;
}
.TagClassName
{
border-color: #B82BCE;
}
</style>