Shades of Dark Orchid #B51CDB
Tints of Dark Orchid #B51CDB
RGB
CMYK
RGB Variations
Color information
#B51CDB (or 0xB51CDB) is known color: Dark Orchid. HEX triplet: B5, 1C and DB. RGB value is (181,28,219). Sum of RGB (Red+Green+Blue) = 181+28+219=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #B51CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51CDB is #4AE324. Grayscale: #5E5E5E. Windows color (decimal): -4907813 or 14359733. OLE color: 14359733.
HSL color Cylindrical-coordinate representation of color #B51CDB: hue angle of 288.06º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B51CDB is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 28 | 219 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.14 |
| HSL | 288.06º | 0.77% | 0.48% | - |
| HSV(B) | 288.06º | 0.87% | 0.86% | - |
| XYZ | 32.26 | 15.77 | 68.36 | - |
| YUV | 95.52 | 197.69 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 28 | 219 | 0.17 | 0.87 | 0 | 0.14 | 288.06 | 0.77 | 0.48 |
| Hex | B5 | 1C | DB | 11 | 57 | 0 | E | 120 | 4D | 30 |
| Octal | 265 | 34 | 333 | 21 | 127 | 0 | 16 | 440 | 115 | 60 |
| Binary | 10110101 | 11100 | 11011011 | 10001 | 1010111 | 0 | 1110 | 100100000 | 1001101 | 110000 |
Color Harmonies of #B51CDB
Complementary color
Monochromatic Colors of #B51CDB
Black with #B51CDB
Text Example
Text Example
White with #B51CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51CDB; }
p { color: rgb(181,28,219); }
H1.HeaderClassName
{
color: #B51CDB;
}
.AnyTagClassName
{
color: #B51CDB;
}
</style>
background-color css
<style>
a { background-color: #B51CDB; }
a { background-color: rgb(181,28,219); }
div.DivClassName
{
background-color: #B51CDB;
}
.BgClassName
{
background-color: #B51CDB;
}
</style>
border-color css
<style>
span { border-color: #B51CDB; }
span { border-color: rgb(181,28,219); }
td.TdClassName
{
border-color: #B51CDB;
}
.TagClassName
{
border-color: #B51CDB;
}
</style>