Shades of Deep Magenta #B511CA
Tints of Deep Magenta #B511CA
RGB
CMYK
RGB Variations
Color information
#B511CA (or 0xB511CA) is known color: Deep Magenta. HEX triplet: B5, 11 and CA. RGB value is (181,17,202). Sum of RGB (Red+Green+Blue) = 181+17+202=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #B511CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B511CA is #4AEE35. Grayscale: #565656. Windows color (decimal): -4910646 or 13242805. OLE color: 13242805.
HSL color Cylindrical-coordinate representation of color #B511CA: hue angle of 293.19º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B511CA is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 17 | 202 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.21 |
| HSL | 293.19º | 0.84% | 0.43% | - |
| HSV(B) | 293.19º | 0.92% | 0.79% | - |
| XYZ | 29.92 | 14.49 | 57.1 | - |
| YUV | 87.13 | 192.83 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 202 | 0.10 | 0.92 | 0 | 0.21 | 293.19 | 0.84 | 0.43 |
| Hex | B5 | 11 | CA | A | 5C | 0 | 15 | 125 | 54 | 2B |
| Octal | 265 | 21 | 312 | 12 | 134 | 0 | 25 | 445 | 124 | 53 |
| Binary | 10110101 | 10001 | 11001010 | 1010 | 1011100 | 0 | 10101 | 100100101 | 1010100 | 101011 |
Color Harmonies of #B511CA
Complementary color
Monochromatic Colors of #B511CA
Black with #B511CA
Text Example
Text Example
White with #B511CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B511CA; }
p { color: rgb(181,17,202); }
H1.HeaderClassName
{
color: #B511CA;
}
.AnyTagClassName
{
color: #B511CA;
}
</style>
background-color css
<style>
a { background-color: #B511CA; }
a { background-color: rgb(181,17,202); }
div.DivClassName
{
background-color: #B511CA;
}
.BgClassName
{
background-color: #B511CA;
}
</style>
border-color css
<style>
span { border-color: #B511CA; }
span { border-color: rgb(181,17,202); }
td.TdClassName
{
border-color: #B511CA;
}
.TagClassName
{
border-color: #B511CA;
}
</style>