Shades of Deep Magenta #B411C5
Tints of Deep Magenta #B411C5
RGB
CMYK
RGB Variations
Color information
#B411C5 (or 0xB411C5) is known color: Deep Magenta. HEX triplet: B4, 11 and C5. RGB value is (180,17,197). Sum of RGB (Red+Green+Blue) = 180+17+197=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 197 (77.34% from 255 or 50% from 394); Max value from RGB is 197 - color contains mainly: blue. Hex color #B411C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B411C5 is #4BEE3A. Grayscale: #555555. Windows color (decimal): -4976187 or 12915124. OLE color: 12915124.
HSL color Cylindrical-coordinate representation of color #B411C5: hue angle of 294.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B411C5 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 180 | 17 | 197 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.23 |
| HSL | 294.33º | 0.84% | 0.42% | - |
| HSV(B) | 294.33º | 0.91% | 0.77% | - |
| XYZ | 29.1 | 14.14 | 54.02 | - |
| YUV | 86.26 | 190.5 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 17 | 197 | 0.09 | 0.91 | 0 | 0.23 | 294.33 | 0.84 | 0.42 |
| Hex | B4 | 11 | C5 | 9 | 5B | 0 | 17 | 126 | 54 | 2A |
| Octal | 264 | 21 | 305 | 11 | 133 | 0 | 27 | 446 | 124 | 52 |
| Binary | 10110100 | 10001 | 11000101 | 1001 | 1011011 | 0 | 10111 | 100100110 | 1010100 | 101010 |
Color Harmonies of #B411C5
Complementary color
Monochromatic Colors of #B411C5
Black with #B411C5
Text Example
Text Example
White with #B411C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B411C5; }
p { color: rgb(180,17,197); }
H1.HeaderClassName
{
color: #B411C5;
}
.AnyTagClassName
{
color: #B411C5;
}
</style>
background-color css
<style>
a { background-color: #B411C5; }
a { background-color: rgb(180,17,197); }
div.DivClassName
{
background-color: #B411C5;
}
.BgClassName
{
background-color: #B411C5;
}
</style>
border-color css
<style>
span { border-color: #B411C5; }
span { border-color: rgb(180,17,197); }
td.TdClassName
{
border-color: #B411C5;
}
.TagClassName
{
border-color: #B411C5;
}
</style>