Shades of Deep Magenta #B510BB
Tints of Deep Magenta #B510BB
RGB
CMYK
RGB Variations
Color information
#B510BB (or 0xB510BB) is known color: Deep Magenta. HEX triplet: B5, 10 and BB. RGB value is (181,16,187). Sum of RGB (Red+Green+Blue) = 181+16+187=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #B510BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B510BB is #4AEF44. Grayscale: #545454. Windows color (decimal): -4910917 or 12259509. OLE color: 12259509.
HSL color Cylindrical-coordinate representation of color #B510BB: hue angle of 297.89º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B510BB is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 16 | 187 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.27 |
| HSL | 297.89º | 0.84% | 0.4% | - |
| HSV(B) | 297.89º | 0.91% | 0.73% | - |
| XYZ | 28.21 | 13.78 | 48.19 | - |
| YUV | 84.83 | 185.66 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 16 | 187 | 0.03 | 0.91 | 0 | 0.27 | 297.89 | 0.84 | 0.4 |
| Hex | B5 | 10 | BB | 3 | 5B | 0 | 1B | 12A | 54 | 28 |
| Octal | 265 | 20 | 273 | 3 | 133 | 0 | 33 | 452 | 124 | 50 |
| Binary | 10110101 | 10000 | 10111011 | 11 | 1011011 | 0 | 11011 | 100101010 | 1010100 | 101000 |
Color Harmonies of #B510BB
Complementary color
Monochromatic Colors of #B510BB
Black with #B510BB
Text Example
Text Example
White with #B510BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B510BB; }
p { color: rgb(181,16,187); }
H1.HeaderClassName
{
color: #B510BB;
}
.AnyTagClassName
{
color: #B510BB;
}
</style>
background-color css
<style>
a { background-color: #B510BB; }
a { background-color: rgb(181,16,187); }
div.DivClassName
{
background-color: #B510BB;
}
.BgClassName
{
background-color: #B510BB;
}
</style>
border-color css
<style>
span { border-color: #B510BB; }
span { border-color: rgb(181,16,187); }
td.TdClassName
{
border-color: #B510BB;
}
.TagClassName
{
border-color: #B510BB;
}
</style>