Shades of Dark Orchid #B51BDB
Tints of Dark Orchid #B51BDB
RGB
CMYK
RGB Variations
Color information
#B51BDB (or 0xB51BDB) is known color: Dark Orchid. HEX triplet: B5, 1B and DB. RGB value is (181,27,219). Sum of RGB (Red+Green+Blue) = 181+27+219=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 27 (10.94% from 255 or 6.32% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #B51BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51BDB is #4AE424. Grayscale: #5E5E5E. Windows color (decimal): -4908069 or 14359477. OLE color: 14359477.
HSL color Cylindrical-coordinate representation of color #B51BDB: hue angle of 288.12º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B51BDB is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 27 | 219 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.14 |
| HSL | 288.13º | 0.78% | 0.48% | - |
| HSV(B) | 288.13º | 0.88% | 0.86% | - |
| XYZ | 32.23 | 15.72 | 68.35 | - |
| YUV | 94.93 | 198.02 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 27 | 219 | 0.17 | 0.88 | 0 | 0.14 | 288.13 | 0.78 | 0.48 |
| Hex | B5 | 1B | DB | 11 | 58 | 0 | E | 120 | 4E | 30 |
| Octal | 265 | 33 | 333 | 21 | 130 | 0 | 16 | 440 | 116 | 60 |
| Binary | 10110101 | 11011 | 11011011 | 10001 | 1011000 | 0 | 1110 | 100100000 | 1001110 | 110000 |
Color Harmonies of #B51BDB
Complementary color
Monochromatic Colors of #B51BDB
Black with #B51BDB
Text Example
Text Example
White with #B51BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51BDB; }
p { color: rgb(181,27,219); }
H1.HeaderClassName
{
color: #B51BDB;
}
.AnyTagClassName
{
color: #B51BDB;
}
</style>
background-color css
<style>
a { background-color: #B51BDB; }
a { background-color: rgb(181,27,219); }
div.DivClassName
{
background-color: #B51BDB;
}
.BgClassName
{
background-color: #B51BDB;
}
</style>
border-color css
<style>
span { border-color: #B51BDB; }
span { border-color: rgb(181,27,219); }
td.TdClassName
{
border-color: #B51BDB;
}
.TagClassName
{
border-color: #B51BDB;
}
</style>