Shades of Deep Magenta #B521BC
Tints of Deep Magenta #B521BC
RGB
CMYK
RGB Variations
Color information
#B521BC (or 0xB521BC) is known color: Deep Magenta. HEX triplet: B5, 21 and BC. RGB value is (181,33,188). Sum of RGB (Red+Green+Blue) = 181+33+188=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 33 (13.28% from 255 or 8.21% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #B521BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B521BC is #4ADE43. Grayscale: #5E5E5E. Windows color (decimal): -4906564 or 12329397. OLE color: 12329397.
HSL color Cylindrical-coordinate representation of color #B521BC: hue angle of 297.29º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B521BC is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 33 | 188 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.26 |
| HSL | 297.29º | 0.7% | 0.43% | - |
| HSV(B) | 297.29º | 0.82% | 0.74% | - |
| XYZ | 28.68 | 14.54 | 48.87 | - |
| YUV | 94.92 | 180.53 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 188 | 0.04 | 0.82 | 0 | 0.26 | 297.29 | 0.7 | 0.43 |
| Hex | B5 | 21 | BC | 4 | 52 | 0 | 1A | 129 | 46 | 2B |
| Octal | 265 | 41 | 274 | 4 | 122 | 0 | 32 | 451 | 106 | 53 |
| Binary | 10110101 | 100001 | 10111100 | 100 | 1010010 | 0 | 11010 | 100101001 | 1000110 | 101011 |
Color Harmonies of #B521BC
Complementary color
Monochromatic Colors of #B521BC
Black with #B521BC
Text Example
Text Example
White with #B521BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B521BC; }
p { color: rgb(181,33,188); }
H1.HeaderClassName
{
color: #B521BC;
}
.AnyTagClassName
{
color: #B521BC;
}
</style>
background-color css
<style>
a { background-color: #B521BC; }
a { background-color: rgb(181,33,188); }
div.DivClassName
{
background-color: #B521BC;
}
.BgClassName
{
background-color: #B521BC;
}
</style>
border-color css
<style>
span { border-color: #B521BC; }
span { border-color: rgb(181,33,188); }
td.TdClassName
{
border-color: #B521BC;
}
.TagClassName
{
border-color: #B521BC;
}
</style>