Shades of Dark Orchid #B52EDA
Tints of Dark Orchid #B52EDA
RGB
CMYK
RGB Variations
Color information
#B52EDA (or 0xB52EDA) is known color: Dark Orchid. HEX triplet: B5, 2E and DA. RGB value is (181,46,218). Sum of RGB (Red+Green+Blue) = 181+46+218=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 46 (18.36% from 255 or 10.34% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #B52EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52EDA is #4AD125. Grayscale: #696969. Windows color (decimal): -4903206 or 14298805. OLE color: 14298805.
HSL color Cylindrical-coordinate representation of color #B52EDA: hue angle of 287.09º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B52EDA is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 46 | 218 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.15 |
| HSL | 287.09º | 0.7% | 0.52% | - |
| HSV(B) | 287.09º | 0.79% | 0.85% | - |
| XYZ | 32.69 | 16.84 | 67.86 | - |
| YUV | 105.97 | 191.23 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 46 | 218 | 0.17 | 0.79 | 0 | 0.15 | 287.09 | 0.7 | 0.52 |
| Hex | B5 | 2E | DA | 11 | 4F | 0 | F | 11F | 46 | 34 |
| Octal | 265 | 56 | 332 | 21 | 117 | 0 | 17 | 437 | 106 | 64 |
| Binary | 10110101 | 101110 | 11011010 | 10001 | 1001111 | 0 | 1111 | 100011111 | 1000110 | 110100 |
Color Harmonies of #B52EDA
Complementary color
Monochromatic Colors of #B52EDA
Black with #B52EDA
Text Example
Text Example
White with #B52EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52EDA; }
p { color: rgb(181,46,218); }
H1.HeaderClassName
{
color: #B52EDA;
}
.AnyTagClassName
{
color: #B52EDA;
}
</style>
background-color css
<style>
a { background-color: #B52EDA; }
a { background-color: rgb(181,46,218); }
div.DivClassName
{
background-color: #B52EDA;
}
.BgClassName
{
background-color: #B52EDA;
}
</style>
border-color css
<style>
span { border-color: #B52EDA; }
span { border-color: rgb(181,46,218); }
td.TdClassName
{
border-color: #B52EDA;
}
.TagClassName
{
border-color: #B52EDA;
}
</style>