Shades of Dark Orchid #B51ECE
Tints of Dark Orchid #B51ECE
RGB
CMYK
RGB Variations
Color information
#B51ECE (or 0xB51ECE) is known color: Dark Orchid. HEX triplet: B5, 1E and CE. RGB value is (181,30,206). Sum of RGB (Red+Green+Blue) = 181+30+206=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 30 (12.11% from 255 or 7.19% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #B51ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51ECE is #4AE131. Grayscale: #5E5E5E. Windows color (decimal): -4907314 or 13508277. OLE color: 13508277.
HSL color Cylindrical-coordinate representation of color #B51ECE: hue angle of 291.48º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B51ECE is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 30 | 206 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.19 |
| HSL | 291.48º | 0.75% | 0.46% | - |
| HSV(B) | 291.48º | 0.85% | 0.81% | - |
| XYZ | 30.66 | 15.21 | 59.71 | - |
| YUV | 95.21 | 190.53 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 30 | 206 | 0.12 | 0.85 | 0 | 0.19 | 291.48 | 0.75 | 0.46 |
| Hex | B5 | 1E | CE | C | 55 | 0 | 13 | 123 | 4B | 2E |
| Octal | 265 | 36 | 316 | 14 | 125 | 0 | 23 | 443 | 113 | 56 |
| Binary | 10110101 | 11110 | 11001110 | 1100 | 1010101 | 0 | 10011 | 100100011 | 1001011 | 101110 |
Color Harmonies of #B51ECE
Complementary color
Monochromatic Colors of #B51ECE
Black with #B51ECE
Text Example
Text Example
White with #B51ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51ECE; }
p { color: rgb(181,30,206); }
H1.HeaderClassName
{
color: #B51ECE;
}
.AnyTagClassName
{
color: #B51ECE;
}
</style>
background-color css
<style>
a { background-color: #B51ECE; }
a { background-color: rgb(181,30,206); }
div.DivClassName
{
background-color: #B51ECE;
}
.BgClassName
{
background-color: #B51ECE;
}
</style>
border-color css
<style>
span { border-color: #B51ECE; }
span { border-color: rgb(181,30,206); }
td.TdClassName
{
border-color: #B51ECE;
}
.TagClassName
{
border-color: #B51ECE;
}
</style>