Shades of Dark Orchid #B51FDB
Tints of Dark Orchid #B51FDB
RGB
CMYK
RGB Variations
Color information
#B51FDB (or 0xB51FDB) is known color: Dark Orchid. HEX triplet: B5, 1F and DB. RGB value is (181,31,219). Sum of RGB (Red+Green+Blue) = 181+31+219=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #B51FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51FDB is #4AE024. Grayscale: #606060. Windows color (decimal): -4907045 or 14360501. OLE color: 14360501.
HSL color Cylindrical-coordinate representation of color #B51FDB: hue angle of 287.87º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B51FDB is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 31 | 219 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.14 |
| HSL | 287.87º | 0.75% | 0.49% | - |
| HSV(B) | 287.87º | 0.86% | 0.86% | - |
| XYZ | 32.33 | 15.92 | 68.39 | - |
| YUV | 97.28 | 196.7 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 31 | 219 | 0.17 | 0.86 | 0 | 0.14 | 287.87 | 0.75 | 0.49 |
| Hex | B5 | 1F | DB | 11 | 56 | 0 | E | 120 | 4B | 31 |
| Octal | 265 | 37 | 333 | 21 | 126 | 0 | 16 | 440 | 113 | 61 |
| Binary | 10110101 | 11111 | 11011011 | 10001 | 1010110 | 0 | 1110 | 100100000 | 1001011 | 110001 |
Color Harmonies of #B51FDB
Complementary color
Monochromatic Colors of #B51FDB
Black with #B51FDB
Text Example
Text Example
White with #B51FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51FDB; }
p { color: rgb(181,31,219); }
H1.HeaderClassName
{
color: #B51FDB;
}
.AnyTagClassName
{
color: #B51FDB;
}
</style>
background-color css
<style>
a { background-color: #B51FDB; }
a { background-color: rgb(181,31,219); }
div.DivClassName
{
background-color: #B51FDB;
}
.BgClassName
{
background-color: #B51FDB;
}
</style>
border-color css
<style>
span { border-color: #B51FDB; }
span { border-color: rgb(181,31,219); }
td.TdClassName
{
border-color: #B51FDB;
}
.TagClassName
{
border-color: #B51FDB;
}
</style>