Shades of Dark Orchid #B82EDB
Tints of Dark Orchid #B82EDB
RGB
CMYK
RGB Variations
Color information
#B82EDB (or 0xB82EDB) is known color: Dark Orchid. HEX triplet: B8, 2E and DB. RGB value is (184,46,219). Sum of RGB (Red+Green+Blue) = 184+46+219=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 46 (18.36% from 255 or 10.24% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #B82EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82EDB is #47D124. Grayscale: #6A6A6A. Windows color (decimal): -4706597 or 14364344. OLE color: 14364344.
HSL color Cylindrical-coordinate representation of color #B82EDB: hue angle of 287.86º 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 #B82EDB is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 46 | 219 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.14 |
| HSL | 287.86º | 0.71% | 0.52% | - |
| HSV(B) | 287.86º | 0.79% | 0.86% | - |
| XYZ | 33.53 | 17.26 | 68.58 | - |
| YUV | 106.98 | 191.22 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 46 | 219 | 0.16 | 0.79 | 0 | 0.14 | 287.86 | 0.71 | 0.52 |
| Hex | B8 | 2E | DB | 10 | 4F | 0 | E | 120 | 47 | 34 |
| Octal | 270 | 56 | 333 | 20 | 117 | 0 | 16 | 440 | 107 | 64 |
| Binary | 10111000 | 101110 | 11011011 | 10000 | 1001111 | 0 | 1110 | 100100000 | 1000111 | 110100 |
Color Harmonies of #B82EDB
Complementary color
Monochromatic Colors of #B82EDB
Black with #B82EDB
Text Example
Text Example
White with #B82EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82EDB; }
p { color: rgb(184,46,219); }
H1.HeaderClassName
{
color: #B82EDB;
}
.AnyTagClassName
{
color: #B82EDB;
}
</style>
background-color css
<style>
a { background-color: #B82EDB; }
a { background-color: rgb(184,46,219); }
div.DivClassName
{
background-color: #B82EDB;
}
.BgClassName
{
background-color: #B82EDB;
}
</style>
border-color css
<style>
span { border-color: #B82EDB; }
span { border-color: rgb(184,46,219); }
td.TdClassName
{
border-color: #B82EDB;
}
.TagClassName
{
border-color: #B82EDB;
}
</style>