Shades of Dark Orchid #B82ED0
Tints of Dark Orchid #B82ED0
RGB
CMYK
RGB Variations
Color information
#B82ED0 (or 0xB82ED0) is known color: Dark Orchid. HEX triplet: B8, 2E and D0. RGB value is (184,46,208). Sum of RGB (Red+Green+Blue) = 184+46+208=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 208 (81.64% from 255 or 47.49% from 438); Max value from RGB is 208 - color contains mainly: blue. Hex color #B82ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82ED0 is #47D12F. Grayscale: #696969. Windows color (decimal): -4706608 or 13643448. OLE color: 13643448.
HSL color Cylindrical-coordinate representation of color #B82ED0: hue angle of 291.11º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B82ED0 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 46 | 208 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.18 |
| HSL | 291.11º | 0.64% | 0.5% | - |
| HSV(B) | 291.11º | 0.78% | 0.82% | - |
| XYZ | 32.13 | 16.7 | 61.2 | - |
| YUV | 105.73 | 185.72 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 46 | 208 | 0.12 | 0.78 | 0 | 0.18 | 291.11 | 0.64 | 0.5 |
| Hex | B8 | 2E | D0 | C | 4E | 0 | 12 | 123 | 40 | 32 |
| Octal | 270 | 56 | 320 | 14 | 116 | 0 | 22 | 443 | 100 | 62 |
| Binary | 10111000 | 101110 | 11010000 | 1100 | 1001110 | 0 | 10010 | 100100011 | 1000000 | 110010 |
Color Harmonies of #B82ED0
Complementary color
Monochromatic Colors of #B82ED0
Black with #B82ED0
Text Example
Text Example
White with #B82ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82ED0; }
p { color: rgb(184,46,208); }
H1.HeaderClassName
{
color: #B82ED0;
}
.AnyTagClassName
{
color: #B82ED0;
}
</style>
background-color css
<style>
a { background-color: #B82ED0; }
a { background-color: rgb(184,46,208); }
div.DivClassName
{
background-color: #B82ED0;
}
.BgClassName
{
background-color: #B82ED0;
}
</style>
border-color css
<style>
span { border-color: #B82ED0; }
span { border-color: rgb(184,46,208); }
td.TdClassName
{
border-color: #B82ED0;
}
.TagClassName
{
border-color: #B82ED0;
}
</style>