Shades of Dark Orchid #B51FDC
Tints of Dark Orchid #B51FDC
RGB
CMYK
RGB Variations
Color information
#B51FDC (or 0xB51FDC) is known color: Dark Orchid. HEX triplet: B5, 1F and DC. RGB value is (181,31,220). Sum of RGB (Red+Green+Blue) = 181+31+220=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 31 (12.5% from 255 or 7.18% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #B51FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51FDC is #4AE023. Grayscale: #606060. Windows color (decimal): -4907044 or 14426037. OLE color: 14426037.
HSL color Cylindrical-coordinate representation of color #B51FDC: hue angle of 287.62º 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 #B51FDC is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 31 | 220 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.14 |
| HSL | 287.62º | 0.75% | 0.49% | - |
| HSV(B) | 287.62º | 0.86% | 0.86% | - |
| XYZ | 32.46 | 15.97 | 69.08 | - |
| YUV | 97.4 | 197.2 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 31 | 220 | 0.18 | 0.86 | 0 | 0.14 | 287.62 | 0.75 | 0.49 |
| Hex | B5 | 1F | DC | 12 | 56 | 0 | E | 120 | 4B | 31 |
| Octal | 265 | 37 | 334 | 22 | 126 | 0 | 16 | 440 | 113 | 61 |
| Binary | 10110101 | 11111 | 11011100 | 10010 | 1010110 | 0 | 1110 | 100100000 | 1001011 | 110001 |
Color Harmonies of #B51FDC
Complementary color
Monochromatic Colors of #B51FDC
Black with #B51FDC
Text Example
Text Example
White with #B51FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51FDC; }
p { color: rgb(181,31,220); }
H1.HeaderClassName
{
color: #B51FDC;
}
.AnyTagClassName
{
color: #B51FDC;
}
</style>
background-color css
<style>
a { background-color: #B51FDC; }
a { background-color: rgb(181,31,220); }
div.DivClassName
{
background-color: #B51FDC;
}
.BgClassName
{
background-color: #B51FDC;
}
</style>
border-color css
<style>
span { border-color: #B51FDC; }
span { border-color: rgb(181,31,220); }
td.TdClassName
{
border-color: #B51FDC;
}
.TagClassName
{
border-color: #B51FDC;
}
</style>