Shades of Deep Magenta #B911B0
Tints of Deep Magenta #B911B0
RGB
CMYK
RGB Variations
Color information
#B911B0 (or 0xB911B0) is known color: Deep Magenta. HEX triplet: B9, 11 and B0. RGB value is (185,17,176). Sum of RGB (Red+Green+Blue) = 185+17+176=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 176 (69.14% from 255 or 46.56% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B911B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B911B0 is #46EE4F. Grayscale: #545454. Windows color (decimal): -4648528 or 11538873. OLE color: 11538873.
HSL color Cylindrical-coordinate representation of color #B911B0: hue angle of 303.21º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B911B0 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 17 | 176 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.27 |
| HSL | 303.21º | 0.83% | 0.4% | - |
| HSV(B) | 303.21º | 0.91% | 0.73% | - |
| XYZ | 28.04 | 13.85 | 42.27 | - |
| YUV | 85.36 | 179.16 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 17 | 176 | 0 | 0.91 | 0.05 | 0.27 | 303.21 | 0.83 | 0.4 |
| Hex | B9 | 11 | B0 | 0 | 5B | 5 | 1B | 12F | 53 | 28 |
| Octal | 271 | 21 | 260 | 0 | 133 | 5 | 33 | 457 | 123 | 50 |
| Binary | 10111001 | 10001 | 10110000 | 0 | 1011011 | 101 | 11011 | 100101111 | 1010011 | 101000 |
Color Harmonies of #B911B0
Complementary color
Monochromatic Colors of #B911B0
Black with #B911B0
Text Example
Text Example
White with #B911B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B911B0; }
p { color: rgb(185,17,176); }
H1.HeaderClassName
{
color: #B911B0;
}
.AnyTagClassName
{
color: #B911B0;
}
</style>
background-color css
<style>
a { background-color: #B911B0; }
a { background-color: rgb(185,17,176); }
div.DivClassName
{
background-color: #B911B0;
}
.BgClassName
{
background-color: #B911B0;
}
</style>
border-color css
<style>
span { border-color: #B911B0; }
span { border-color: rgb(185,17,176); }
td.TdClassName
{
border-color: #B911B0;
}
.TagClassName
{
border-color: #B911B0;
}
</style>