Shades of Dark Orchid #B82DDB
Tints of Dark Orchid #B82DDB
RGB
CMYK
RGB Variations
Color information
#B82DDB (or 0xB82DDB) is known color: Dark Orchid. HEX triplet: B8, 2D and DB. RGB value is (184,45,219). Sum of RGB (Red+Green+Blue) = 184+45+219=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #B82DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82DDB is #47D224. Grayscale: #696969. Windows color (decimal): -4706853 or 14364088. OLE color: 14364088.
HSL color Cylindrical-coordinate representation of color #B82DDB: hue angle of 287.93º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B82DDB is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 45 | 219 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.14 |
| HSL | 287.93º | 0.71% | 0.52% | - |
| HSV(B) | 287.93º | 0.79% | 0.86% | - |
| XYZ | 33.49 | 17.18 | 68.57 | - |
| YUV | 106.4 | 191.55 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 219 | 0.16 | 0.79 | 0 | 0.14 | 287.93 | 0.71 | 0.52 |
| Hex | B8 | 2D | DB | 10 | 4F | 0 | E | 120 | 47 | 34 |
| Octal | 270 | 55 | 333 | 20 | 117 | 0 | 16 | 440 | 107 | 64 |
| Binary | 10111000 | 101101 | 11011011 | 10000 | 1001111 | 0 | 1110 | 100100000 | 1000111 | 110100 |
Color Harmonies of #B82DDB
Complementary color
Monochromatic Colors of #B82DDB
Black with #B82DDB
Text Example
Text Example
White with #B82DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82DDB; }
p { color: rgb(184,45,219); }
H1.HeaderClassName
{
color: #B82DDB;
}
.AnyTagClassName
{
color: #B82DDB;
}
</style>
background-color css
<style>
a { background-color: #B82DDB; }
a { background-color: rgb(184,45,219); }
div.DivClassName
{
background-color: #B82DDB;
}
.BgClassName
{
background-color: #B82DDB;
}
</style>
border-color css
<style>
span { border-color: #B82DDB; }
span { border-color: rgb(184,45,219); }
td.TdClassName
{
border-color: #B82DDB;
}
.TagClassName
{
border-color: #B82DDB;
}
</style>