Shades of Deep Magenta #B411CF
Tints of Deep Magenta #B411CF
RGB
CMYK
RGB Variations
Color information
#B411CF (or 0xB411CF) is known color: Deep Magenta. HEX triplet: B4, 11 and CF. RGB value is (180,17,207). Sum of RGB (Red+Green+Blue) = 180+17+207=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #B411CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B411CF is #4BEE30. Grayscale: #565656. Windows color (decimal): -4976177 or 13570484. OLE color: 13570484.
HSL color Cylindrical-coordinate representation of color #B411CF: hue angle of 291.47º degrees, saturation: 0.85, 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 #B411CF is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 17 | 207 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.19 |
| HSL | 291.47º | 0.85% | 0.44% | - |
| HSV(B) | 291.47º | 0.92% | 0.81% | - |
| XYZ | 30.29 | 14.61 | 60.26 | - |
| YUV | 87.4 | 195.5 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 17 | 207 | 0.13 | 0.92 | 0 | 0.19 | 291.47 | 0.85 | 0.44 |
| Hex | B4 | 11 | CF | D | 5C | 0 | 13 | 123 | 55 | 2C |
| Octal | 264 | 21 | 317 | 15 | 134 | 0 | 23 | 443 | 125 | 54 |
| Binary | 10110100 | 10001 | 11001111 | 1101 | 1011100 | 0 | 10011 | 100100011 | 1010101 | 101100 |
Color Harmonies of #B411CF
Complementary color
Monochromatic Colors of #B411CF
Black with #B411CF
Text Example
Text Example
White with #B411CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B411CF; }
p { color: rgb(180,17,207); }
H1.HeaderClassName
{
color: #B411CF;
}
.AnyTagClassName
{
color: #B411CF;
}
</style>
background-color css
<style>
a { background-color: #B411CF; }
a { background-color: rgb(180,17,207); }
div.DivClassName
{
background-color: #B411CF;
}
.BgClassName
{
background-color: #B411CF;
}
</style>
border-color css
<style>
span { border-color: #B411CF; }
span { border-color: rgb(180,17,207); }
td.TdClassName
{
border-color: #B411CF;
}
.TagClassName
{
border-color: #B411CF;
}
</style>