Shades of Dark Orchid #B82EC9
Tints of Dark Orchid #B82EC9
RGB
CMYK
RGB Variations
Color information
#B82EC9 (or 0xB82EC9) is known color: Dark Orchid. HEX triplet: B8, 2E and C9. RGB value is (184,46,201). Sum of RGB (Red+Green+Blue) = 184+46+201=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #B82EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82EC9 is #47D136. Grayscale: #686868. Windows color (decimal): -4706615 or 13184696. OLE color: 13184696.
HSL color Cylindrical-coordinate representation of color #B82EC9: hue angle of 293.42º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82EC9 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 46 | 201 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.21 |
| HSL | 293.42º | 0.63% | 0.48% | - |
| HSV(B) | 293.42º | 0.77% | 0.79% | - |
| XYZ | 31.29 | 16.36 | 56.77 | - |
| YUV | 104.93 | 182.22 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 46 | 201 | 0.08 | 0.77 | 0 | 0.21 | 293.42 | 0.63 | 0.48 |
| Hex | B8 | 2E | C9 | 8 | 4D | 0 | 15 | 125 | 3F | 30 |
| Octal | 270 | 56 | 311 | 10 | 115 | 0 | 25 | 445 | 77 | 60 |
| Binary | 10111000 | 101110 | 11001001 | 1000 | 1001101 | 0 | 10101 | 100100101 | 111111 | 110000 |
Color Harmonies of #B82EC9
Complementary color
Monochromatic Colors of #B82EC9
Black with #B82EC9
Text Example
Text Example
White with #B82EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82EC9; }
p { color: rgb(184,46,201); }
H1.HeaderClassName
{
color: #B82EC9;
}
.AnyTagClassName
{
color: #B82EC9;
}
</style>
background-color css
<style>
a { background-color: #B82EC9; }
a { background-color: rgb(184,46,201); }
div.DivClassName
{
background-color: #B82EC9;
}
.BgClassName
{
background-color: #B82EC9;
}
</style>
border-color css
<style>
span { border-color: #B82EC9; }
span { border-color: rgb(184,46,201); }
td.TdClassName
{
border-color: #B82EC9;
}
.TagClassName
{
border-color: #B82EC9;
}
</style>