Shades of Dark Orchid #B51FDD
Tints of Dark Orchid #B51FDD
RGB
CMYK
RGB Variations
Color information
#B51FDD (or 0xB51FDD) is known color: Dark Orchid. HEX triplet: B5, 1F and DD. RGB value is (181,31,221). Sum of RGB (Red+Green+Blue) = 181+31+221=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 31 (12.5% from 255 or 7.16% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #B51FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51FDD is #4AE022. Grayscale: #606060. Windows color (decimal): -4907043 or 14491573. OLE color: 14491573.
HSL color Cylindrical-coordinate representation of color #B51FDD: hue angle of 287.37º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B51FDD is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 31 | 221 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.13 |
| HSL | 287.37º | 0.75% | 0.49% | - |
| HSV(B) | 287.37º | 0.86% | 0.87% | - |
| XYZ | 32.6 | 16.02 | 69.78 | - |
| YUV | 97.51 | 197.7 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 31 | 221 | 0.18 | 0.86 | 0 | 0.13 | 287.37 | 0.75 | 0.49 |
| Hex | B5 | 1F | DD | 12 | 56 | 0 | D | 11F | 4B | 31 |
| Octal | 265 | 37 | 335 | 22 | 126 | 0 | 15 | 437 | 113 | 61 |
| Binary | 10110101 | 11111 | 11011101 | 10010 | 1010110 | 0 | 1101 | 100011111 | 1001011 | 110001 |
Color Harmonies of #B51FDD
Complementary color
Monochromatic Colors of #B51FDD
Black with #B51FDD
Text Example
Text Example
White with #B51FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51FDD; }
p { color: rgb(181,31,221); }
H1.HeaderClassName
{
color: #B51FDD;
}
.AnyTagClassName
{
color: #B51FDD;
}
</style>
background-color css
<style>
a { background-color: #B51FDD; }
a { background-color: rgb(181,31,221); }
div.DivClassName
{
background-color: #B51FDD;
}
.BgClassName
{
background-color: #B51FDD;
}
</style>
border-color css
<style>
span { border-color: #B51FDD; }
span { border-color: rgb(181,31,221); }
td.TdClassName
{
border-color: #B51FDD;
}
.TagClassName
{
border-color: #B51FDD;
}
</style>