Shades of Deep Magenta #B411C3
Tints of Deep Magenta #B411C3
RGB
CMYK
RGB Variations
Color information
#B411C3 (or 0xB411C3) is known color: Deep Magenta. HEX triplet: B4, 11 and C3. RGB value is (180,17,195). Sum of RGB (Red+Green+Blue) = 180+17+195=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 195 (76.56% from 255 or 49.74% from 392); Max value from RGB is 195 - color contains mainly: blue. Hex color #B411C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B411C3 is #4BEE3C. Grayscale: #555555. Windows color (decimal): -4976189 or 12784052. OLE color: 12784052.
HSL color Cylindrical-coordinate representation of color #B411C3: hue angle of 294.94º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B411C3 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 17 | 195 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.24 |
| HSL | 294.94º | 0.84% | 0.42% | - |
| HSV(B) | 294.94º | 0.91% | 0.76% | - |
| XYZ | 28.87 | 14.04 | 52.82 | - |
| YUV | 86.03 | 189.5 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 17 | 195 | 0.08 | 0.91 | 0 | 0.24 | 294.94 | 0.84 | 0.42 |
| Hex | B4 | 11 | C3 | 8 | 5B | 0 | 18 | 127 | 54 | 2A |
| Octal | 264 | 21 | 303 | 10 | 133 | 0 | 30 | 447 | 124 | 52 |
| Binary | 10110100 | 10001 | 11000011 | 1000 | 1011011 | 0 | 11000 | 100100111 | 1010100 | 101010 |
Color Harmonies of #B411C3
Complementary color
Monochromatic Colors of #B411C3
Black with #B411C3
Text Example
Text Example
White with #B411C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B411C3; }
p { color: rgb(180,17,195); }
H1.HeaderClassName
{
color: #B411C3;
}
.AnyTagClassName
{
color: #B411C3;
}
</style>
background-color css
<style>
a { background-color: #B411C3; }
a { background-color: rgb(180,17,195); }
div.DivClassName
{
background-color: #B411C3;
}
.BgClassName
{
background-color: #B411C3;
}
</style>
border-color css
<style>
span { border-color: #B411C3; }
span { border-color: rgb(180,17,195); }
td.TdClassName
{
border-color: #B411C3;
}
.TagClassName
{
border-color: #B411C3;
}
</style>