Shades of Deep Magenta #B520BC
Tints of Deep Magenta #B520BC
RGB
CMYK
RGB Variations
Color information
#B520BC (or 0xB520BC) is known color: Deep Magenta. HEX triplet: B5, 20 and BC. RGB value is (181,32,188). Sum of RGB (Red+Green+Blue) = 181+32+188=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #B520BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B520BC is #4ADF43. Grayscale: #5D5D5D. Windows color (decimal): -4906820 or 12329141. OLE color: 12329141.
HSL color Cylindrical-coordinate representation of color #B520BC: hue angle of 297.31º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B520BC is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 32 | 188 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.26 |
| HSL | 297.31º | 0.71% | 0.43% | - |
| HSV(B) | 297.31º | 0.83% | 0.74% | - |
| XYZ | 28.65 | 14.49 | 48.86 | - |
| YUV | 94.34 | 180.86 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 188 | 0.04 | 0.83 | 0 | 0.26 | 297.31 | 0.71 | 0.43 |
| Hex | B5 | 20 | BC | 4 | 53 | 0 | 1A | 129 | 47 | 2B |
| Octal | 265 | 40 | 274 | 4 | 123 | 0 | 32 | 451 | 107 | 53 |
| Binary | 10110101 | 100000 | 10111100 | 100 | 1010011 | 0 | 11010 | 100101001 | 1000111 | 101011 |
Color Harmonies of #B520BC
Complementary color
Monochromatic Colors of #B520BC
Black with #B520BC
Text Example
Text Example
White with #B520BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B520BC; }
p { color: rgb(181,32,188); }
H1.HeaderClassName
{
color: #B520BC;
}
.AnyTagClassName
{
color: #B520BC;
}
</style>
background-color css
<style>
a { background-color: #B520BC; }
a { background-color: rgb(181,32,188); }
div.DivClassName
{
background-color: #B520BC;
}
.BgClassName
{
background-color: #B520BC;
}
</style>
border-color css
<style>
span { border-color: #B520BC; }
span { border-color: rgb(181,32,188); }
td.TdClassName
{
border-color: #B520BC;
}
.TagClassName
{
border-color: #B520BC;
}
</style>