Shades of Dark Orchid #B52ECE
Tints of Dark Orchid #B52ECE
RGB
CMYK
RGB Variations
Color information
#B52ECE (or 0xB52ECE) is known color: Dark Orchid. HEX triplet: B5, 2E and CE. RGB value is (181,46,206). Sum of RGB (Red+Green+Blue) = 181+46+206=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 46 (18.36% from 255 or 10.62% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #B52ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52ECE is #4AD131. Grayscale: #686868. Windows color (decimal): -4903218 or 13512373. OLE color: 13512373.
HSL color Cylindrical-coordinate representation of color #B52ECE: hue angle of 290.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B52ECE is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 46 | 206 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.19 |
| HSL | 290.63º | 0.63% | 0.49% | - |
| HSV(B) | 290.63º | 0.78% | 0.81% | - |
| XYZ | 31.17 | 16.23 | 59.88 | - |
| YUV | 104.61 | 185.23 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 46 | 206 | 0.12 | 0.78 | 0 | 0.19 | 290.63 | 0.63 | 0.49 |
| Hex | B5 | 2E | CE | C | 4E | 0 | 13 | 123 | 3F | 31 |
| Octal | 265 | 56 | 316 | 14 | 116 | 0 | 23 | 443 | 77 | 61 |
| Binary | 10110101 | 101110 | 11001110 | 1100 | 1001110 | 0 | 10011 | 100100011 | 111111 | 110001 |
Color Harmonies of #B52ECE
Complementary color
Monochromatic Colors of #B52ECE
Black with #B52ECE
Text Example
Text Example
White with #B52ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52ECE; }
p { color: rgb(181,46,206); }
H1.HeaderClassName
{
color: #B52ECE;
}
.AnyTagClassName
{
color: #B52ECE;
}
</style>
background-color css
<style>
a { background-color: #B52ECE; }
a { background-color: rgb(181,46,206); }
div.DivClassName
{
background-color: #B52ECE;
}
.BgClassName
{
background-color: #B52ECE;
}
</style>
border-color css
<style>
span { border-color: #B52ECE; }
span { border-color: rgb(181,46,206); }
td.TdClassName
{
border-color: #B52ECE;
}
.TagClassName
{
border-color: #B52ECE;
}
</style>