Shades of Deep Magenta #B511C2
Tints of Deep Magenta #B511C2
RGB
CMYK
RGB Variations
Color information
#B511C2 (or 0xB511C2) is known color: Deep Magenta. HEX triplet: B5, 11 and C2. RGB value is (181,17,194). Sum of RGB (Red+Green+Blue) = 181+17+194=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 194 (76.17% from 255 or 49.49% from 392); Max value from RGB is 194 - color contains mainly: blue. Hex color #B511C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B511C2 is #4AEE3D. Grayscale: #555555. Windows color (decimal): -4910654 or 12718517. OLE color: 12718517.
HSL color Cylindrical-coordinate representation of color #B511C2: hue angle of 295.59º 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 #B511C2 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 17 | 194 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.24 |
| HSL | 295.59º | 0.84% | 0.41% | - |
| HSV(B) | 295.59º | 0.91% | 0.76% | - |
| XYZ | 28.99 | 14.12 | 52.24 | - |
| YUV | 86.21 | 188.83 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 194 | 0.07 | 0.91 | 0 | 0.24 | 295.59 | 0.84 | 0.41 |
| Hex | B5 | 11 | C2 | 7 | 5B | 0 | 18 | 128 | 54 | 29 |
| Octal | 265 | 21 | 302 | 7 | 133 | 0 | 30 | 450 | 124 | 51 |
| Binary | 10110101 | 10001 | 11000010 | 111 | 1011011 | 0 | 11000 | 100101000 | 1010100 | 101001 |
Color Harmonies of #B511C2
Complementary color
Monochromatic Colors of #B511C2
Black with #B511C2
Text Example
Text Example
White with #B511C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B511C2; }
p { color: rgb(181,17,194); }
H1.HeaderClassName
{
color: #B511C2;
}
.AnyTagClassName
{
color: #B511C2;
}
</style>
background-color css
<style>
a { background-color: #B511C2; }
a { background-color: rgb(181,17,194); }
div.DivClassName
{
background-color: #B511C2;
}
.BgClassName
{
background-color: #B511C2;
}
</style>
border-color css
<style>
span { border-color: #B511C2; }
span { border-color: rgb(181,17,194); }
td.TdClassName
{
border-color: #B511C2;
}
.TagClassName
{
border-color: #B511C2;
}
</style>