Shades of Dark Orchid #B51BDC
Tints of Dark Orchid #B51BDC
RGB
CMYK
RGB Variations
Color information
#B51BDC (or 0xB51BDC) is known color: Dark Orchid. HEX triplet: B5, 1B and DC. RGB value is (181,27,220). Sum of RGB (Red+Green+Blue) = 181+27+220=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 27 (10.94% from 255 or 6.31% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #B51BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51BDC is #4AE423. Grayscale: #5E5E5E. Windows color (decimal): -4908068 or 14425013. OLE color: 14425013.
HSL color Cylindrical-coordinate representation of color #B51BDC: hue angle of 287.88º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B51BDC is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 27 | 220 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.14 |
| HSL | 287.88º | 0.78% | 0.48% | - |
| HSV(B) | 287.88º | 0.88% | 0.86% | - |
| XYZ | 32.37 | 15.77 | 69.05 | - |
| YUV | 95.05 | 198.52 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 27 | 220 | 0.18 | 0.88 | 0 | 0.14 | 287.88 | 0.78 | 0.48 |
| Hex | B5 | 1B | DC | 12 | 58 | 0 | E | 120 | 4E | 30 |
| Octal | 265 | 33 | 334 | 22 | 130 | 0 | 16 | 440 | 116 | 60 |
| Binary | 10110101 | 11011 | 11011100 | 10010 | 1011000 | 0 | 1110 | 100100000 | 1001110 | 110000 |
Color Harmonies of #B51BDC
Complementary color
Monochromatic Colors of #B51BDC
Black with #B51BDC
Text Example
Text Example
White with #B51BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51BDC; }
p { color: rgb(181,27,220); }
H1.HeaderClassName
{
color: #B51BDC;
}
.AnyTagClassName
{
color: #B51BDC;
}
</style>
background-color css
<style>
a { background-color: #B51BDC; }
a { background-color: rgb(181,27,220); }
div.DivClassName
{
background-color: #B51BDC;
}
.BgClassName
{
background-color: #B51BDC;
}
</style>
border-color css
<style>
span { border-color: #B51BDC; }
span { border-color: rgb(181,27,220); }
td.TdClassName
{
border-color: #B51BDC;
}
.TagClassName
{
border-color: #B51BDC;
}
</style>