Shades of Dark Orchid #B51CDF
Tints of Dark Orchid #B51CDF
RGB
CMYK
RGB Variations
Color information
#B51CDF (or 0xB51CDF) is known color: Dark Orchid. HEX triplet: B5, 1C and DF. RGB value is (181,28,223). Sum of RGB (Red+Green+Blue) = 181+28+223=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 28 (11.33% from 255 or 6.48% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #B51CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51CDF is #4AE320. Grayscale: #5F5F5F. Windows color (decimal): -4907809 or 14621877. OLE color: 14621877.
HSL color Cylindrical-coordinate representation of color #B51CDF: hue angle of 287.08º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B51CDF is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 28 | 223 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.13 |
| HSL | 287.08º | 0.78% | 0.49% | - |
| HSV(B) | 287.08º | 0.87% | 0.87% | - |
| XYZ | 32.79 | 15.98 | 71.17 | - |
| YUV | 95.98 | 199.69 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 28 | 223 | 0.19 | 0.87 | 0 | 0.13 | 287.08 | 0.78 | 0.49 |
| Hex | B5 | 1C | DF | 13 | 57 | 0 | D | 11F | 4E | 31 |
| Octal | 265 | 34 | 337 | 23 | 127 | 0 | 15 | 437 | 116 | 61 |
| Binary | 10110101 | 11100 | 11011111 | 10011 | 1010111 | 0 | 1101 | 100011111 | 1001110 | 110001 |
Color Harmonies of #B51CDF
Complementary color
Monochromatic Colors of #B51CDF
Black with #B51CDF
Text Example
Text Example
White with #B51CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51CDF; }
p { color: rgb(181,28,223); }
H1.HeaderClassName
{
color: #B51CDF;
}
.AnyTagClassName
{
color: #B51CDF;
}
</style>
background-color css
<style>
a { background-color: #B51CDF; }
a { background-color: rgb(181,28,223); }
div.DivClassName
{
background-color: #B51CDF;
}
.BgClassName
{
background-color: #B51CDF;
}
</style>
border-color css
<style>
span { border-color: #B51CDF; }
span { border-color: rgb(181,28,223); }
td.TdClassName
{
border-color: #B51CDF;
}
.TagClassName
{
border-color: #B51CDF;
}
</style>