Shades of Deep Magenta #B510BC
Tints of Deep Magenta #B510BC
RGB
CMYK
RGB Variations
Color information
#B510BC (or 0xB510BC) is known color: Deep Magenta. HEX triplet: B5, 10 and BC. RGB value is (181,16,188). Sum of RGB (Red+Green+Blue) = 181+16+188=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #B510BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B510BC is #4AEF43. Grayscale: #545454. Windows color (decimal): -4910916 or 12325045. OLE color: 12325045.
HSL color Cylindrical-coordinate representation of color #B510BC: hue angle of 297.56º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B510BC is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 16 | 188 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.26 |
| HSL | 297.56º | 0.84% | 0.4% | - |
| HSV(B) | 297.56º | 0.91% | 0.74% | - |
| XYZ | 28.32 | 13.83 | 48.75 | - |
| YUV | 84.94 | 186.16 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 16 | 188 | 0.04 | 0.91 | 0 | 0.26 | 297.56 | 0.84 | 0.4 |
| Hex | B5 | 10 | BC | 4 | 5B | 0 | 1A | 12A | 54 | 28 |
| Octal | 265 | 20 | 274 | 4 | 133 | 0 | 32 | 452 | 124 | 50 |
| Binary | 10110101 | 10000 | 10111100 | 100 | 1011011 | 0 | 11010 | 100101010 | 1010100 | 101000 |
Color Harmonies of #B510BC
Complementary color
Monochromatic Colors of #B510BC
Black with #B510BC
Text Example
Text Example
White with #B510BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B510BC; }
p { color: rgb(181,16,188); }
H1.HeaderClassName
{
color: #B510BC;
}
.AnyTagClassName
{
color: #B510BC;
}
</style>
background-color css
<style>
a { background-color: #B510BC; }
a { background-color: rgb(181,16,188); }
div.DivClassName
{
background-color: #B510BC;
}
.BgClassName
{
background-color: #B510BC;
}
</style>
border-color css
<style>
span { border-color: #B510BC; }
span { border-color: rgb(181,16,188); }
td.TdClassName
{
border-color: #B510BC;
}
.TagClassName
{
border-color: #B510BC;
}
</style>