Shades of Dark Orchid #B51FDF
Tints of Dark Orchid #B51FDF
RGB
CMYK
RGB Variations
Color information
#B51FDF (or 0xB51FDF) is known color: Dark Orchid. HEX triplet: B5, 1F and DF. RGB value is (181,31,223). Sum of RGB (Red+Green+Blue) = 181+31+223=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 31 (12.5% from 255 or 7.13% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #B51FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51FDF is #4AE020. Grayscale: #616161. Windows color (decimal): -4907041 or 14622645. OLE color: 14622645.
HSL color Cylindrical-coordinate representation of color #B51FDF: hue angle of 286.88º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B51FDF is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 31 | 223 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.13 |
| HSL | 286.88º | 0.76% | 0.5% | - |
| HSV(B) | 286.88º | 0.86% | 0.87% | - |
| XYZ | 32.87 | 16.13 | 71.19 | - |
| YUV | 97.74 | 198.7 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 31 | 223 | 0.19 | 0.86 | 0 | 0.13 | 286.88 | 0.76 | 0.5 |
| Hex | B5 | 1F | DF | 13 | 56 | 0 | D | 11F | 4C | 32 |
| Octal | 265 | 37 | 337 | 23 | 126 | 0 | 15 | 437 | 114 | 62 |
| Binary | 10110101 | 11111 | 11011111 | 10011 | 1010110 | 0 | 1101 | 100011111 | 1001100 | 110010 |
Color Harmonies of #B51FDF
Complementary color
Monochromatic Colors of #B51FDF
Black with #B51FDF
Text Example
Text Example
White with #B51FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51FDF; }
p { color: rgb(181,31,223); }
H1.HeaderClassName
{
color: #B51FDF;
}
.AnyTagClassName
{
color: #B51FDF;
}
</style>
background-color css
<style>
a { background-color: #B51FDF; }
a { background-color: rgb(181,31,223); }
div.DivClassName
{
background-color: #B51FDF;
}
.BgClassName
{
background-color: #B51FDF;
}
</style>
border-color css
<style>
span { border-color: #B51FDF; }
span { border-color: rgb(181,31,223); }
td.TdClassName
{
border-color: #B51FDF;
}
.TagClassName
{
border-color: #B51FDF;
}
</style>