Shades of Dark Orchid #B82DD0
Tints of Dark Orchid #B82DD0
RGB
CMYK
RGB Variations
Color information
#B82DD0 (or 0xB82DD0) is known color: Dark Orchid. HEX triplet: B8, 2D and D0. RGB value is (184,45,208). Sum of RGB (Red+Green+Blue) = 184+45+208=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 45 (17.97% from 255 or 10.30% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #B82DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82DD0 is #47D22F. Grayscale: #686868. Windows color (decimal): -4706864 or 13643192. OLE color: 13643192.
HSL color Cylindrical-coordinate representation of color #B82DD0: hue angle of 291.17º 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 #B82DD0 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 45 | 208 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.18 |
| HSL | 291.17º | 0.64% | 0.5% | - |
| HSV(B) | 291.17º | 0.78% | 0.82% | - |
| XYZ | 32.09 | 16.62 | 61.19 | - |
| YUV | 105.14 | 186.05 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 208 | 0.12 | 0.78 | 0 | 0.18 | 291.17 | 0.64 | 0.5 |
| Hex | B8 | 2D | D0 | C | 4E | 0 | 12 | 123 | 40 | 32 |
| Octal | 270 | 55 | 320 | 14 | 116 | 0 | 22 | 443 | 100 | 62 |
| Binary | 10111000 | 101101 | 11010000 | 1100 | 1001110 | 0 | 10010 | 100100011 | 1000000 | 110010 |
Color Harmonies of #B82DD0
Complementary color
Monochromatic Colors of #B82DD0
Black with #B82DD0
Text Example
Text Example
White with #B82DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82DD0; }
p { color: rgb(184,45,208); }
H1.HeaderClassName
{
color: #B82DD0;
}
.AnyTagClassName
{
color: #B82DD0;
}
</style>
background-color css
<style>
a { background-color: #B82DD0; }
a { background-color: rgb(184,45,208); }
div.DivClassName
{
background-color: #B82DD0;
}
.BgClassName
{
background-color: #B82DD0;
}
</style>
border-color css
<style>
span { border-color: #B82DD0; }
span { border-color: rgb(184,45,208); }
td.TdClassName
{
border-color: #B82DD0;
}
.TagClassName
{
border-color: #B82DD0;
}
</style>