Shades of Dark Orchid #B826DB
Tints of Dark Orchid #B826DB
RGB
CMYK
RGB Variations
Color information
#B826DB (or 0xB826DB) is known color: Dark Orchid. HEX triplet: B8, 26 and DB. RGB value is (184,38,219). Sum of RGB (Red+Green+Blue) = 184+38+219=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 38 (15.23% from 255 or 8.62% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #B826DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B826DB is #47D924. Grayscale: #656565. Windows color (decimal): -4708645 or 14362296. OLE color: 14362296.
HSL color Cylindrical-coordinate representation of color #B826DB: hue angle of 288.4º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B826DB is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 38 | 219 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.14 |
| HSL | 288.4º | 0.72% | 0.5% | - |
| HSV(B) | 288.4º | 0.83% | 0.86% | - |
| XYZ | 33.25 | 16.69 | 68.49 | - |
| YUV | 102.29 | 193.87 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 219 | 0.16 | 0.83 | 0 | 0.14 | 288.4 | 0.72 | 0.5 |
| Hex | B8 | 26 | DB | 10 | 53 | 0 | E | 120 | 48 | 32 |
| Octal | 270 | 46 | 333 | 20 | 123 | 0 | 16 | 440 | 110 | 62 |
| Binary | 10111000 | 100110 | 11011011 | 10000 | 1010011 | 0 | 1110 | 100100000 | 1001000 | 110010 |
Color Harmonies of #B826DB
Complementary color
Monochromatic Colors of #B826DB
Black with #B826DB
Text Example
Text Example
White with #B826DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B826DB; }
p { color: rgb(184,38,219); }
H1.HeaderClassName
{
color: #B826DB;
}
.AnyTagClassName
{
color: #B826DB;
}
</style>
background-color css
<style>
a { background-color: #B826DB; }
a { background-color: rgb(184,38,219); }
div.DivClassName
{
background-color: #B826DB;
}
.BgClassName
{
background-color: #B826DB;
}
</style>
border-color css
<style>
span { border-color: #B826DB; }
span { border-color: rgb(184,38,219); }
td.TdClassName
{
border-color: #B826DB;
}
.TagClassName
{
border-color: #B826DB;
}
</style>