Shades of Deep Magenta #B511B4
Tints of Deep Magenta #B511B4
RGB
CMYK
RGB Variations
Color information
#B511B4 (or 0xB511B4) is known color: Deep Magenta. HEX triplet: B5, 11 and B4. RGB value is (181,17,180). Sum of RGB (Red+Green+Blue) = 181+17+180=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 180 (70.70% from 255 or 47.62% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B511B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B511B4 is #4AEE4B. Grayscale: #545454. Windows color (decimal): -4910668 or 11801013. OLE color: 11801013.
HSL color Cylindrical-coordinate representation of color #B511B4: hue angle of 300.37º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B511B4 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 180 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.29 |
| HSL | 300.37º | 0.83% | 0.39% | - |
| HSV(B) | 300.37º | 0.91% | 0.71% | - |
| XYZ | 27.49 | 13.52 | 44.34 | - |
| YUV | 84.62 | 181.83 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 180 | 0 | 0.91 | 0.01 | 0.29 | 300.37 | 0.83 | 0.39 |
| Hex | B5 | 11 | B4 | 0 | 5B | 1 | 1D | 12C | 53 | 27 |
| Octal | 265 | 21 | 264 | 0 | 133 | 1 | 35 | 454 | 123 | 47 |
| Binary | 10110101 | 10001 | 10110100 | 0 | 1011011 | 1 | 11101 | 100101100 | 1010011 | 100111 |
Color Harmonies of #B511B4
Complementary color
Monochromatic Colors of #B511B4
Black with #B511B4
Text Example
Text Example
White with #B511B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B511B4; }
p { color: rgb(181,17,180); }
H1.HeaderClassName
{
color: #B511B4;
}
.AnyTagClassName
{
color: #B511B4;
}
</style>
background-color css
<style>
a { background-color: #B511B4; }
a { background-color: rgb(181,17,180); }
div.DivClassName
{
background-color: #B511B4;
}
.BgClassName
{
background-color: #B511B4;
}
</style>
border-color css
<style>
span { border-color: #B511B4; }
span { border-color: rgb(181,17,180); }
td.TdClassName
{
border-color: #B511B4;
}
.TagClassName
{
border-color: #B511B4;
}
</style>