Shades of Dark Orchid #B82ECB
Tints of Dark Orchid #B82ECB
RGB
CMYK
RGB Variations
Color information
#B82ECB (or 0xB82ECB) is known color: Dark Orchid. HEX triplet: B8, 2E and CB. RGB value is (184,46,203). Sum of RGB (Red+Green+Blue) = 184+46+203=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 46 (18.36% from 255 or 10.62% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #B82ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82ECB is #47D134. Grayscale: #686868. Windows color (decimal): -4706613 or 13315768. OLE color: 13315768.
HSL color Cylindrical-coordinate representation of color #B82ECB: hue angle of 292.74º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82ECB is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 46 | 203 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.20 |
| HSL | 292.74º | 0.63% | 0.49% | - |
| HSV(B) | 292.74º | 0.77% | 0.8% | - |
| XYZ | 31.52 | 16.46 | 58.01 | - |
| YUV | 105.16 | 183.22 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 46 | 203 | 0.09 | 0.77 | 0 | 0.20 | 292.74 | 0.63 | 0.49 |
| Hex | B8 | 2E | CB | 9 | 4D | 0 | 14 | 125 | 3F | 31 |
| Octal | 270 | 56 | 313 | 11 | 115 | 0 | 24 | 445 | 77 | 61 |
| Binary | 10111000 | 101110 | 11001011 | 1001 | 1001101 | 0 | 10100 | 100100101 | 111111 | 110001 |
Color Harmonies of #B82ECB
Complementary color
Monochromatic Colors of #B82ECB
Black with #B82ECB
Text Example
Text Example
White with #B82ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82ECB; }
p { color: rgb(184,46,203); }
H1.HeaderClassName
{
color: #B82ECB;
}
.AnyTagClassName
{
color: #B82ECB;
}
</style>
background-color css
<style>
a { background-color: #B82ECB; }
a { background-color: rgb(184,46,203); }
div.DivClassName
{
background-color: #B82ECB;
}
.BgClassName
{
background-color: #B82ECB;
}
</style>
border-color css
<style>
span { border-color: #B82ECB; }
span { border-color: rgb(184,46,203); }
td.TdClassName
{
border-color: #B82ECB;
}
.TagClassName
{
border-color: #B82ECB;
}
</style>