Shades of Dark Orchid #B51BDF
Tints of Dark Orchid #B51BDF
RGB
CMYK
RGB Variations
Color information
#B51BDF (or 0xB51BDF) is known color: Dark Orchid. HEX triplet: B5, 1B and DF. RGB value is (181,27,223). Sum of RGB (Red+Green+Blue) = 181+27+223=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 27 (10.94% from 255 or 6.26% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #B51BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51BDF is #4AE420. Grayscale: #5E5E5E. Windows color (decimal): -4908065 or 14621621. OLE color: 14621621.
HSL color Cylindrical-coordinate representation of color #B51BDF: hue angle of 287.14º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B51BDF is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 27 | 223 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.13 |
| HSL | 287.14º | 0.78% | 0.49% | - |
| HSV(B) | 287.14º | 0.88% | 0.87% | - |
| XYZ | 32.77 | 15.94 | 71.16 | - |
| YUV | 95.39 | 200.02 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 27 | 223 | 0.19 | 0.88 | 0 | 0.13 | 287.14 | 0.78 | 0.49 |
| Hex | B5 | 1B | DF | 13 | 58 | 0 | D | 11F | 4E | 31 |
| Octal | 265 | 33 | 337 | 23 | 130 | 0 | 15 | 437 | 116 | 61 |
| Binary | 10110101 | 11011 | 11011111 | 10011 | 1011000 | 0 | 1101 | 100011111 | 1001110 | 110001 |
Color Harmonies of #B51BDF
Complementary color
Monochromatic Colors of #B51BDF
Black with #B51BDF
Text Example
Text Example
White with #B51BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51BDF; }
p { color: rgb(181,27,223); }
H1.HeaderClassName
{
color: #B51BDF;
}
.AnyTagClassName
{
color: #B51BDF;
}
</style>
background-color css
<style>
a { background-color: #B51BDF; }
a { background-color: rgb(181,27,223); }
div.DivClassName
{
background-color: #B51BDF;
}
.BgClassName
{
background-color: #B51BDF;
}
</style>
border-color css
<style>
span { border-color: #B51BDF; }
span { border-color: rgb(181,27,223); }
td.TdClassName
{
border-color: #B51BDF;
}
.TagClassName
{
border-color: #B51BDF;
}
</style>