Shades of Deep Magenta #B411C2
Tints of Deep Magenta #B411C2
RGB
CMYK
RGB Variations
Color information
#B411C2 (or 0xB411C2) is known color: Deep Magenta. HEX triplet: B4, 11 and C2. RGB value is (180,17,194). Sum of RGB (Red+Green+Blue) = 180+17+194=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 194 (76.17% from 255 or 49.62% from 391); Max value from RGB is 194 - color contains mainly: blue. Hex color #B411C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B411C2 is #4BEE3D. Grayscale: #555555. Windows color (decimal): -4976190 or 12718516. OLE color: 12718516.
HSL color Cylindrical-coordinate representation of color #B411C2: hue angle of 295.25º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B411C2 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 17 | 194 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.24 |
| HSL | 295.25º | 0.84% | 0.41% | - |
| HSV(B) | 295.25º | 0.91% | 0.76% | - |
| XYZ | 28.76 | 14 | 52.23 | - |
| YUV | 85.92 | 189 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 17 | 194 | 0.07 | 0.91 | 0 | 0.24 | 295.25 | 0.84 | 0.41 |
| Hex | B4 | 11 | C2 | 7 | 5B | 0 | 18 | 127 | 54 | 29 |
| Octal | 264 | 21 | 302 | 7 | 133 | 0 | 30 | 447 | 124 | 51 |
| Binary | 10110100 | 10001 | 11000010 | 111 | 1011011 | 0 | 11000 | 100100111 | 1010100 | 101001 |
Color Harmonies of #B411C2
Complementary color
Monochromatic Colors of #B411C2
Black with #B411C2
Text Example
Text Example
White with #B411C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B411C2; }
p { color: rgb(180,17,194); }
H1.HeaderClassName
{
color: #B411C2;
}
.AnyTagClassName
{
color: #B411C2;
}
</style>
background-color css
<style>
a { background-color: #B411C2; }
a { background-color: rgb(180,17,194); }
div.DivClassName
{
background-color: #B411C2;
}
.BgClassName
{
background-color: #B411C2;
}
</style>
border-color css
<style>
span { border-color: #B411C2; }
span { border-color: rgb(180,17,194); }
td.TdClassName
{
border-color: #B411C2;
}
.TagClassName
{
border-color: #B411C2;
}
</style>