Shades of Dark Orchid #B520C2
Tints of Dark Orchid #B520C2
RGB
CMYK
RGB Variations
Color information
#B520C2 (or 0xB520C2) is known color: Dark Orchid. HEX triplet: B5, 20 and C2. RGB value is (181,32,194). Sum of RGB (Red+Green+Blue) = 181+32+194=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 194 (76.17% from 255 or 47.67% from 407); Max value from RGB is 194 - color contains mainly: blue. Hex color #B520C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B520C2 is #4ADF3D. Grayscale: #5E5E5E. Windows color (decimal): -4906814 or 12722357. OLE color: 12722357.
HSL color Cylindrical-coordinate representation of color #B520C2: hue angle of 295.19º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B520C2 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 32 | 194 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.24 |
| HSL | 295.19º | 0.72% | 0.44% | - |
| HSV(B) | 295.19º | 0.84% | 0.76% | - |
| XYZ | 29.31 | 14.75 | 52.34 | - |
| YUV | 95.02 | 183.86 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 194 | 0.07 | 0.84 | 0 | 0.24 | 295.19 | 0.72 | 0.44 |
| Hex | B5 | 20 | C2 | 7 | 54 | 0 | 18 | 127 | 48 | 2C |
| Octal | 265 | 40 | 302 | 7 | 124 | 0 | 30 | 447 | 110 | 54 |
| Binary | 10110101 | 100000 | 11000010 | 111 | 1010100 | 0 | 11000 | 100100111 | 1001000 | 101100 |
Color Harmonies of #B520C2
Complementary color
Monochromatic Colors of #B520C2
Black with #B520C2
Text Example
Text Example
White with #B520C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B520C2; }
p { color: rgb(181,32,194); }
H1.HeaderClassName
{
color: #B520C2;
}
.AnyTagClassName
{
color: #B520C2;
}
</style>
background-color css
<style>
a { background-color: #B520C2; }
a { background-color: rgb(181,32,194); }
div.DivClassName
{
background-color: #B520C2;
}
.BgClassName
{
background-color: #B520C2;
}
</style>
border-color css
<style>
span { border-color: #B520C2; }
span { border-color: rgb(181,32,194); }
td.TdClassName
{
border-color: #B520C2;
}
.TagClassName
{
border-color: #B520C2;
}
</style>