Shades of Deep Magenta #B510BD
Tints of Deep Magenta #B510BD
RGB
CMYK
RGB Variations
Color information
#B510BD (or 0xB510BD) is known color: Deep Magenta. HEX triplet: B5, 10 and BD. RGB value is (181,16,189). Sum of RGB (Red+Green+Blue) = 181+16+189=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 16 (6.64% from 255 or 4.15% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #B510BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B510BD is #4AEF42. Grayscale: #545454. Windows color (decimal): -4910915 or 12390581. OLE color: 12390581.
HSL color Cylindrical-coordinate representation of color #B510BD: hue angle of 297.23º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B510BD is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 16 | 189 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.26 |
| HSL | 297.23º | 0.84% | 0.4% | - |
| HSV(B) | 297.23º | 0.92% | 0.74% | - |
| XYZ | 28.43 | 13.87 | 49.32 | - |
| YUV | 85.06 | 186.66 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 16 | 189 | 0.04 | 0.92 | 0 | 0.26 | 297.23 | 0.84 | 0.4 |
| Hex | B5 | 10 | BD | 4 | 5C | 0 | 1A | 129 | 54 | 28 |
| Octal | 265 | 20 | 275 | 4 | 134 | 0 | 32 | 451 | 124 | 50 |
| Binary | 10110101 | 10000 | 10111101 | 100 | 1011100 | 0 | 11010 | 100101001 | 1010100 | 101000 |
Color Harmonies of #B510BD
Complementary color
Monochromatic Colors of #B510BD
Black with #B510BD
Text Example
Text Example
White with #B510BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B510BD; }
p { color: rgb(181,16,189); }
H1.HeaderClassName
{
color: #B510BD;
}
.AnyTagClassName
{
color: #B510BD;
}
</style>
background-color css
<style>
a { background-color: #B510BD; }
a { background-color: rgb(181,16,189); }
div.DivClassName
{
background-color: #B510BD;
}
.BgClassName
{
background-color: #B510BD;
}
</style>
border-color css
<style>
span { border-color: #B510BD; }
span { border-color: rgb(181,16,189); }
td.TdClassName
{
border-color: #B510BD;
}
.TagClassName
{
border-color: #B510BD;
}
</style>