Shades of Dark Orchid #B52ADC
Tints of Dark Orchid #B52ADC
RGB
CMYK
RGB Variations
Color information
#B52ADC (or 0xB52ADC) is known color: Dark Orchid. HEX triplet: B5, 2A and DC. RGB value is (181,42,220). Sum of RGB (Red+Green+Blue) = 181+42+220=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 42 (16.80% from 255 or 9.48% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #B52ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52ADC is #4AD523. Grayscale: #676767. Windows color (decimal): -4904228 or 14428853. OLE color: 14428853.
HSL color Cylindrical-coordinate representation of color #B52ADC: hue angle of 286.85º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52ADC is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 42 | 220 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.14 |
| HSL | 286.85º | 0.72% | 0.51% | - |
| HSV(B) | 286.85º | 0.81% | 0.86% | - |
| XYZ | 32.8 | 16.65 | 69.19 | - |
| YUV | 103.85 | 193.55 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 220 | 0.18 | 0.81 | 0 | 0.14 | 286.85 | 0.72 | 0.51 |
| Hex | B5 | 2A | DC | 12 | 51 | 0 | E | 11F | 48 | 33 |
| Octal | 265 | 52 | 334 | 22 | 121 | 0 | 16 | 437 | 110 | 63 |
| Binary | 10110101 | 101010 | 11011100 | 10010 | 1010001 | 0 | 1110 | 100011111 | 1001000 | 110011 |
Color Harmonies of #B52ADC
Complementary color
Monochromatic Colors of #B52ADC
Black with #B52ADC
Text Example
Text Example
White with #B52ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52ADC; }
p { color: rgb(181,42,220); }
H1.HeaderClassName
{
color: #B52ADC;
}
.AnyTagClassName
{
color: #B52ADC;
}
</style>
background-color css
<style>
a { background-color: #B52ADC; }
a { background-color: rgb(181,42,220); }
div.DivClassName
{
background-color: #B52ADC;
}
.BgClassName
{
background-color: #B52ADC;
}
</style>
border-color css
<style>
span { border-color: #B52ADC; }
span { border-color: rgb(181,42,220); }
td.TdClassName
{
border-color: #B52ADC;
}
.TagClassName
{
border-color: #B52ADC;
}
</style>