Shades of Dark Orchid #B52CDC
Tints of Dark Orchid #B52CDC
RGB
CMYK
RGB Variations
Color information
#B52CDC (or 0xB52CDC) is known color: Dark Orchid. HEX triplet: B5, 2C and DC. RGB value is (181,44,220). Sum of RGB (Red+Green+Blue) = 181+44+220=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 44 (17.58% from 255 or 9.89% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #B52CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52CDC is #4AD323. Grayscale: #686868. Windows color (decimal): -4903716 or 14429365. OLE color: 14429365.
HSL color Cylindrical-coordinate representation of color #B52CDC: hue angle of 286.7º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52CDC is Cyan = 0.18, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 44 | 220 | - |
| CMYK | 0.18 | 0.8 | 0 | 0.14 |
| HSL | 286.7º | 0.72% | 0.52% | - |
| HSV(B) | 286.7º | 0.8% | 0.86% | - |
| XYZ | 32.88 | 16.79 | 69.22 | - |
| YUV | 105.03 | 192.89 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 44 | 220 | 0.18 | 0.8 | 0 | 0.14 | 286.7 | 0.72 | 0.52 |
| Hex | B5 | 2C | DC | 12 | 50 | 0 | E | 11F | 48 | 34 |
| Octal | 265 | 54 | 334 | 22 | 120 | 0 | 16 | 437 | 110 | 64 |
| Binary | 10110101 | 101100 | 11011100 | 10010 | 1010000 | 0 | 1110 | 100011111 | 1001000 | 110100 |
Color Harmonies of #B52CDC
Complementary color
Monochromatic Colors of #B52CDC
Black with #B52CDC
Text Example
Text Example
White with #B52CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52CDC; }
p { color: rgb(181,44,220); }
H1.HeaderClassName
{
color: #B52CDC;
}
.AnyTagClassName
{
color: #B52CDC;
}
</style>
background-color css
<style>
a { background-color: #B52CDC; }
a { background-color: rgb(181,44,220); }
div.DivClassName
{
background-color: #B52CDC;
}
.BgClassName
{
background-color: #B52CDC;
}
</style>
border-color css
<style>
span { border-color: #B52CDC; }
span { border-color: rgb(181,44,220); }
td.TdClassName
{
border-color: #B52CDC;
}
.TagClassName
{
border-color: #B52CDC;
}
</style>