Shades of Dark Orchid #B436DB
Tints of Dark Orchid #B436DB
RGB
CMYK
RGB Variations
Color information
#B436DB (or 0xB436DB) is known color: Dark Orchid. HEX triplet: B4, 36 and DB. RGB value is (180,54,219). Sum of RGB (Red+Green+Blue) = 180+54+219=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #B436DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B436DB is #4BC924. Grayscale: #6D6D6D. Windows color (decimal): -4966693 or 14366388. OLE color: 14366388.
HSL color Cylindrical-coordinate representation of color #B436DB: hue angle of 285.82º 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 #B436DB is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 54 | 219 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.14 |
| HSL | 285.82º | 0.7% | 0.54% | - |
| HSV(B) | 285.82º | 0.75% | 0.86% | - |
| XYZ | 32.93 | 17.46 | 68.65 | - |
| YUV | 110.48 | 189.24 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 54 | 219 | 0.18 | 0.75 | 0 | 0.14 | 285.82 | 0.7 | 0.54 |
| Hex | B4 | 36 | DB | 12 | 4B | 0 | E | 11E | 46 | 36 |
| Octal | 264 | 66 | 333 | 22 | 113 | 0 | 16 | 436 | 106 | 66 |
| Binary | 10110100 | 110110 | 11011011 | 10010 | 1001011 | 0 | 1110 | 100011110 | 1000110 | 110110 |
Color Harmonies of #B436DB
Complementary color
Monochromatic Colors of #B436DB
Black with #B436DB
Text Example
Text Example
White with #B436DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B436DB; }
p { color: rgb(180,54,219); }
H1.HeaderClassName
{
color: #B436DB;
}
.AnyTagClassName
{
color: #B436DB;
}
</style>
background-color css
<style>
a { background-color: #B436DB; }
a { background-color: rgb(180,54,219); }
div.DivClassName
{
background-color: #B436DB;
}
.BgClassName
{
background-color: #B436DB;
}
</style>
border-color css
<style>
span { border-color: #B436DB; }
span { border-color: rgb(180,54,219); }
td.TdClassName
{
border-color: #B436DB;
}
.TagClassName
{
border-color: #B436DB;
}
</style>