Shades of Dark Orchid #B52CEE
Tints of Dark Orchid #B52CEE
RGB
CMYK
RGB Variations
Color information
#B52CEE (or 0xB52CEE) is known color: Dark Orchid. HEX triplet: B5, 2C and EE. RGB value is (181,44,238). Sum of RGB (Red+Green+Blue) = 181+44+238=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 44 (17.58% from 255 or 9.50% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #B52CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52CEE is #4AD311. Grayscale: #6A6A6A. Windows color (decimal): -4903698 or 15609013. OLE color: 15609013.
HSL color Cylindrical-coordinate representation of color #B52CEE: hue angle of 282.37º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52CEE is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 44 | 238 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.07 |
| HSL | 282.37º | 0.85% | 0.55% | - |
| HSV(B) | 282.37º | 0.82% | 0.93% | - |
| XYZ | 35.39 | 17.8 | 82.46 | - |
| YUV | 107.08 | 201.89 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 44 | 238 | 0.24 | 0.82 | 0 | 0.07 | 282.37 | 0.85 | 0.55 |
| Hex | B5 | 2C | EE | 18 | 52 | 0 | 7 | 11A | 55 | 37 |
| Octal | 265 | 54 | 356 | 30 | 122 | 0 | 7 | 432 | 125 | 67 |
| Binary | 10110101 | 101100 | 11101110 | 11000 | 1010010 | 0 | 111 | 100011010 | 1010101 | 110111 |
Color Harmonies of #B52CEE
Complementary color
Monochromatic Colors of #B52CEE
Black with #B52CEE
Text Example
Text Example
White with #B52CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52CEE; }
p { color: rgb(181,44,238); }
H1.HeaderClassName
{
color: #B52CEE;
}
.AnyTagClassName
{
color: #B52CEE;
}
</style>
background-color css
<style>
a { background-color: #B52CEE; }
a { background-color: rgb(181,44,238); }
div.DivClassName
{
background-color: #B52CEE;
}
.BgClassName
{
background-color: #B52CEE;
}
</style>
border-color css
<style>
span { border-color: #B52CEE; }
span { border-color: rgb(181,44,238); }
td.TdClassName
{
border-color: #B52CEE;
}
.TagClassName
{
border-color: #B52CEE;
}
</style>