Shades of Deep Magenta #B510CB
Tints of Deep Magenta #B510CB
RGB
CMYK
RGB Variations
Color information
#B510CB (or 0xB510CB) is known color: Deep Magenta. HEX triplet: B5, 10 and CB. RGB value is (181,16,203). Sum of RGB (Red+Green+Blue) = 181+16+203=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #B510CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B510CB is #4AEF34. Grayscale: #565656. Windows color (decimal): -4910901 or 13308085. OLE color: 13308085.
HSL color Cylindrical-coordinate representation of color #B510CB: hue angle of 292.94º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B510CB is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 16 | 203 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.20 |
| HSL | 292.94º | 0.85% | 0.43% | - |
| HSV(B) | 292.94º | 0.92% | 0.8% | - |
| XYZ | 30.02 | 14.51 | 57.72 | - |
| YUV | 86.65 | 193.66 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 16 | 203 | 0.11 | 0.92 | 0 | 0.20 | 292.94 | 0.85 | 0.43 |
| Hex | B5 | 10 | CB | B | 5C | 0 | 14 | 125 | 55 | 2B |
| Octal | 265 | 20 | 313 | 13 | 134 | 0 | 24 | 445 | 125 | 53 |
| Binary | 10110101 | 10000 | 11001011 | 1011 | 1011100 | 0 | 10100 | 100100101 | 1010101 | 101011 |
Color Harmonies of #B510CB
Complementary color
Monochromatic Colors of #B510CB
Black with #B510CB
Text Example
Text Example
White with #B510CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B510CB; }
p { color: rgb(181,16,203); }
H1.HeaderClassName
{
color: #B510CB;
}
.AnyTagClassName
{
color: #B510CB;
}
</style>
background-color css
<style>
a { background-color: #B510CB; }
a { background-color: rgb(181,16,203); }
div.DivClassName
{
background-color: #B510CB;
}
.BgClassName
{
background-color: #B510CB;
}
</style>
border-color css
<style>
span { border-color: #B510CB; }
span { border-color: rgb(181,16,203); }
td.TdClassName
{
border-color: #B510CB;
}
.TagClassName
{
border-color: #B510CB;
}
</style>