Shades of Deep Magenta #B502BC
Tints of Deep Magenta #B502BC
RGB
CMYK
RGB Variations
Color information
#B502BC (or 0xB502BC) is known color: Deep Magenta. HEX triplet: B5, 02 and BC. RGB value is (181,2,188). Sum of RGB (Red+Green+Blue) = 181+2+188=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #B502BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B502BC is #4AFD43. Grayscale: #4C4C4C. Windows color (decimal): -4914500 or 12321461. OLE color: 12321461.
HSL color Cylindrical-coordinate representation of color #B502BC: hue angle of 297.74º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B502BC is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 2 | 188 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.26 |
| HSL | 297.74º | 0.98% | 0.37% | - |
| HSV(B) | 297.74º | 0.99% | 0.74% | - |
| XYZ | 28.15 | 13.5 | 48.7 | - |
| YUV | 76.73 | 190.8 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 188 | 0.04 | 0.99 | 0 | 0.26 | 297.74 | 0.98 | 0.37 |
| Hex | B5 | 2 | BC | 4 | 63 | 0 | 1A | 12A | 62 | 25 |
| Octal | 265 | 2 | 274 | 4 | 143 | 0 | 32 | 452 | 142 | 45 |
| Binary | 10110101 | 10 | 10111100 | 100 | 1100011 | 0 | 11010 | 100101010 | 1100010 | 100101 |
Color Harmonies of #B502BC
Complementary color
Monochromatic Colors of #B502BC
Black with #B502BC
Text Example
Text Example
White with #B502BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B502BC; }
p { color: rgb(181,2,188); }
H1.HeaderClassName
{
color: #B502BC;
}
.AnyTagClassName
{
color: #B502BC;
}
</style>
background-color css
<style>
a { background-color: #B502BC; }
a { background-color: rgb(181,2,188); }
div.DivClassName
{
background-color: #B502BC;
}
.BgClassName
{
background-color: #B502BC;
}
</style>
border-color css
<style>
span { border-color: #B502BC; }
span { border-color: rgb(181,2,188); }
td.TdClassName
{
border-color: #B502BC;
}
.TagClassName
{
border-color: #B502BC;
}
</style>