Shades of Deep Magenta #B510CE
Tints of Deep Magenta #B510CE
RGB
CMYK
RGB Variations
Color information
#B510CE (or 0xB510CE) is known color: Deep Magenta. HEX triplet: B5, 10 and CE. RGB value is (181,16,206). Sum of RGB (Red+Green+Blue) = 181+16+206=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #B510CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B510CE is #4AEF31. Grayscale: #565656. Windows color (decimal): -4910898 or 13504693. OLE color: 13504693.
HSL color Cylindrical-coordinate representation of color #B510CE: hue angle of 292.11º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B510CE is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 16 | 206 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.19 |
| HSL | 292.11º | 0.86% | 0.44% | - |
| HSV(B) | 292.11º | 0.92% | 0.81% | - |
| XYZ | 30.38 | 14.65 | 59.62 | - |
| YUV | 87 | 195.16 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 16 | 206 | 0.12 | 0.92 | 0 | 0.19 | 292.11 | 0.86 | 0.44 |
| Hex | B5 | 10 | CE | C | 5C | 0 | 13 | 124 | 56 | 2C |
| Octal | 265 | 20 | 316 | 14 | 134 | 0 | 23 | 444 | 126 | 54 |
| Binary | 10110101 | 10000 | 11001110 | 1100 | 1011100 | 0 | 10011 | 100100100 | 1010110 | 101100 |
Color Harmonies of #B510CE
Complementary color
Monochromatic Colors of #B510CE
Black with #B510CE
Text Example
Text Example
White with #B510CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B510CE; }
p { color: rgb(181,16,206); }
H1.HeaderClassName
{
color: #B510CE;
}
.AnyTagClassName
{
color: #B510CE;
}
</style>
background-color css
<style>
a { background-color: #B510CE; }
a { background-color: rgb(181,16,206); }
div.DivClassName
{
background-color: #B510CE;
}
.BgClassName
{
background-color: #B510CE;
}
</style>
border-color css
<style>
span { border-color: #B510CE; }
span { border-color: rgb(181,16,206); }
td.TdClassName
{
border-color: #B510CE;
}
.TagClassName
{
border-color: #B510CE;
}
</style>