Shades of Dark Orchid #B036DB
Tints of Dark Orchid #B036DB
RGB
CMYK
RGB Variations
Color information
#B036DB (or 0xB036DB) is known color: Dark Orchid. HEX triplet: B0, 36 and DB. RGB value is (176,54,219). Sum of RGB (Red+Green+Blue) = 176+54+219=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 54 (21.48% from 255 or 12.03% 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 #B036DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B036DB is #4FC924. Grayscale: #6C6C6C. Windows color (decimal): -5228837 or 14366384. OLE color: 14366384.
HSL color Cylindrical-coordinate representation of color #B036DB: hue angle of 284.36º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B036DB is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 54 | 219 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.14 |
| HSL | 284.36º | 0.7% | 0.54% | - |
| HSV(B) | 284.36º | 0.75% | 0.86% | - |
| XYZ | 32.01 | 16.98 | 68.61 | - |
| YUV | 109.29 | 189.92 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 54 | 219 | 0.20 | 0.75 | 0 | 0.14 | 284.36 | 0.7 | 0.54 |
| Hex | B0 | 36 | DB | 14 | 4B | 0 | E | 11C | 46 | 36 |
| Octal | 260 | 66 | 333 | 24 | 113 | 0 | 16 | 434 | 106 | 66 |
| Binary | 10110000 | 110110 | 11011011 | 10100 | 1001011 | 0 | 1110 | 100011100 | 1000110 | 110110 |
Color Harmonies of #B036DB
Complementary color
Monochromatic Colors of #B036DB
Black with #B036DB
Text Example
Text Example
White with #B036DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B036DB; }
p { color: rgb(176,54,219); }
H1.HeaderClassName
{
color: #B036DB;
}
.AnyTagClassName
{
color: #B036DB;
}
</style>
background-color css
<style>
a { background-color: #B036DB; }
a { background-color: rgb(176,54,219); }
div.DivClassName
{
background-color: #B036DB;
}
.BgClassName
{
background-color: #B036DB;
}
</style>
border-color css
<style>
span { border-color: #B036DB; }
span { border-color: rgb(176,54,219); }
td.TdClassName
{
border-color: #B036DB;
}
.TagClassName
{
border-color: #B036DB;
}
</style>