Shades of Dark Orchid #B52DDE
Tints of Dark Orchid #B52DDE
RGB
CMYK
RGB Variations
Color information
#B52DDE (or 0xB52DDE) is known color: Dark Orchid. HEX triplet: B5, 2D and DE. RGB value is (181,45,222). Sum of RGB (Red+Green+Blue) = 181+45+222=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #B52DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52DDE is #4AD221. Grayscale: #696969. Windows color (decimal): -4903458 or 14560693. OLE color: 14560693.
HSL color Cylindrical-coordinate representation of color #B52DDE: hue angle of 286.1º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52DDE is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 45 | 222 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.13 |
| HSL | 286.1º | 0.73% | 0.52% | - |
| HSV(B) | 286.1º | 0.8% | 0.87% | - |
| XYZ | 33.18 | 16.97 | 70.63 | - |
| YUV | 105.84 | 193.56 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 222 | 0.18 | 0.80 | 0 | 0.13 | 286.1 | 0.73 | 0.52 |
| Hex | B5 | 2D | DE | 12 | 50 | 0 | D | 11E | 49 | 34 |
| Octal | 265 | 55 | 336 | 22 | 120 | 0 | 15 | 436 | 111 | 64 |
| Binary | 10110101 | 101101 | 11011110 | 10010 | 1010000 | 0 | 1101 | 100011110 | 1001001 | 110100 |
Color Harmonies of #B52DDE
Complementary color
Monochromatic Colors of #B52DDE
Black with #B52DDE
Text Example
Text Example
White with #B52DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52DDE; }
p { color: rgb(181,45,222); }
H1.HeaderClassName
{
color: #B52DDE;
}
.AnyTagClassName
{
color: #B52DDE;
}
</style>
background-color css
<style>
a { background-color: #B52DDE; }
a { background-color: rgb(181,45,222); }
div.DivClassName
{
background-color: #B52DDE;
}
.BgClassName
{
background-color: #B52DDE;
}
</style>
border-color css
<style>
span { border-color: #B52DDE; }
span { border-color: rgb(181,45,222); }
td.TdClassName
{
border-color: #B52DDE;
}
.TagClassName
{
border-color: #B52DDE;
}
</style>