Shades of Dark Orchid #B827DB
Tints of Dark Orchid #B827DB
RGB
CMYK
RGB Variations
Color information
#B827DB (or 0xB827DB) is known color: Dark Orchid. HEX triplet: B8, 27 and DB. RGB value is (184,39,219). Sum of RGB (Red+Green+Blue) = 184+39+219=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 39 (15.62% from 255 or 8.82% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #B827DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B827DB is #47D824. Grayscale: #666666. Windows color (decimal): -4708389 or 14362552. OLE color: 14362552.
HSL color Cylindrical-coordinate representation of color #B827DB: hue angle of 288.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B827DB is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 39 | 219 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.14 |
| HSL | 288.33º | 0.71% | 0.51% | - |
| HSV(B) | 288.33º | 0.82% | 0.86% | - |
| XYZ | 33.28 | 16.76 | 68.5 | - |
| YUV | 102.88 | 193.54 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 219 | 0.16 | 0.82 | 0 | 0.14 | 288.33 | 0.71 | 0.51 |
| Hex | B8 | 27 | DB | 10 | 52 | 0 | E | 120 | 47 | 33 |
| Octal | 270 | 47 | 333 | 20 | 122 | 0 | 16 | 440 | 107 | 63 |
| Binary | 10111000 | 100111 | 11011011 | 10000 | 1010010 | 0 | 1110 | 100100000 | 1000111 | 110011 |
Color Harmonies of #B827DB
Complementary color
Monochromatic Colors of #B827DB
Black with #B827DB
Text Example
Text Example
White with #B827DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B827DB; }
p { color: rgb(184,39,219); }
H1.HeaderClassName
{
color: #B827DB;
}
.AnyTagClassName
{
color: #B827DB;
}
</style>
background-color css
<style>
a { background-color: #B827DB; }
a { background-color: rgb(184,39,219); }
div.DivClassName
{
background-color: #B827DB;
}
.BgClassName
{
background-color: #B827DB;
}
</style>
border-color css
<style>
span { border-color: #B827DB; }
span { border-color: rgb(184,39,219); }
td.TdClassName
{
border-color: #B827DB;
}
.TagClassName
{
border-color: #B827DB;
}
</style>