Shades of Dark Orchid #B52CEC
Tints of Dark Orchid #B52CEC
RGB
CMYK
RGB Variations
Color information
#B52CEC (or 0xB52CEC) is known color: Dark Orchid. HEX triplet: B5, 2C and EC. RGB value is (181,44,236). Sum of RGB (Red+Green+Blue) = 181+44+236=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 44 (17.58% from 255 or 9.54% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #B52CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52CEC is #4AD313. Grayscale: #6A6A6A. Windows color (decimal): -4903700 or 15477941. OLE color: 15477941.
HSL color Cylindrical-coordinate representation of color #B52CEC: hue angle of 282.81º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52CEC is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 44 | 236 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.07 |
| HSL | 282.81º | 0.83% | 0.55% | - |
| HSV(B) | 282.81º | 0.81% | 0.93% | - |
| XYZ | 35.1 | 17.68 | 80.92 | - |
| YUV | 106.85 | 200.89 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 44 | 236 | 0.23 | 0.81 | 0 | 0.07 | 282.81 | 0.83 | 0.55 |
| Hex | B5 | 2C | EC | 17 | 51 | 0 | 7 | 11B | 53 | 37 |
| Octal | 265 | 54 | 354 | 27 | 121 | 0 | 7 | 433 | 123 | 67 |
| Binary | 10110101 | 101100 | 11101100 | 10111 | 1010001 | 0 | 111 | 100011011 | 1010011 | 110111 |
Color Harmonies of #B52CEC
Complementary color
Monochromatic Colors of #B52CEC
Black with #B52CEC
Text Example
Text Example
White with #B52CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52CEC; }
p { color: rgb(181,44,236); }
H1.HeaderClassName
{
color: #B52CEC;
}
.AnyTagClassName
{
color: #B52CEC;
}
</style>
background-color css
<style>
a { background-color: #B52CEC; }
a { background-color: rgb(181,44,236); }
div.DivClassName
{
background-color: #B52CEC;
}
.BgClassName
{
background-color: #B52CEC;
}
</style>
border-color css
<style>
span { border-color: #B52CEC; }
span { border-color: rgb(181,44,236); }
td.TdClassName
{
border-color: #B52CEC;
}
.TagClassName
{
border-color: #B52CEC;
}
</style>