Shades of Dark Orchid #B81EDB
Tints of Dark Orchid #B81EDB
RGB
CMYK
RGB Variations
Color information
#B81EDB (or 0xB81EDB) is known color: Dark Orchid. HEX triplet: B8, 1E and DB. RGB value is (184,30,219). Sum of RGB (Red+Green+Blue) = 184+30+219=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #B81EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81EDB is #47E124. Grayscale: #606060. Windows color (decimal): -4710693 or 14360248. OLE color: 14360248.
HSL color Cylindrical-coordinate representation of color #B81EDB: hue angle of 288.89º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81EDB is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 30 | 219 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.14 |
| HSL | 288.89º | 0.76% | 0.49% | - |
| HSV(B) | 288.89º | 0.86% | 0.86% | - |
| XYZ | 33.02 | 16.23 | 68.41 | - |
| YUV | 97.59 | 196.52 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 30 | 219 | 0.16 | 0.86 | 0 | 0.14 | 288.89 | 0.76 | 0.49 |
| Hex | B8 | 1E | DB | 10 | 56 | 0 | E | 121 | 4C | 31 |
| Octal | 270 | 36 | 333 | 20 | 126 | 0 | 16 | 441 | 114 | 61 |
| Binary | 10111000 | 11110 | 11011011 | 10000 | 1010110 | 0 | 1110 | 100100001 | 1001100 | 110001 |
Color Harmonies of #B81EDB
Complementary color
Monochromatic Colors of #B81EDB
Black with #B81EDB
Text Example
Text Example
White with #B81EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81EDB; }
p { color: rgb(184,30,219); }
H1.HeaderClassName
{
color: #B81EDB;
}
.AnyTagClassName
{
color: #B81EDB;
}
</style>
background-color css
<style>
a { background-color: #B81EDB; }
a { background-color: rgb(184,30,219); }
div.DivClassName
{
background-color: #B81EDB;
}
.BgClassName
{
background-color: #B81EDB;
}
</style>
border-color css
<style>
span { border-color: #B81EDB; }
span { border-color: rgb(184,30,219); }
td.TdClassName
{
border-color: #B81EDB;
}
.TagClassName
{
border-color: #B81EDB;
}
</style>