Shades of Deep Magenta #B111BD
Tints of Deep Magenta #B111BD
RGB
CMYK
RGB Variations
Color information
#B111BD (or 0xB111BD) is known color: Deep Magenta. HEX triplet: B1, 11 and BD. RGB value is (177,17,189). Sum of RGB (Red+Green+Blue) = 177+17+189=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #B111BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B111BD is #4EEE42. Grayscale: #535353. Windows color (decimal): -5172803 or 12390833. OLE color: 12390833.
HSL color Cylindrical-coordinate representation of color #B111BD: hue angle of 295.81º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B111BD is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 17 | 189 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.26 |
| HSL | 295.81º | 0.83% | 0.4% | - |
| HSV(B) | 295.81º | 0.91% | 0.74% | - |
| XYZ | 27.52 | 13.42 | 49.28 | - |
| YUV | 84.45 | 187.01 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 189 | 0.06 | 0.91 | 0 | 0.26 | 295.81 | 0.83 | 0.4 |
| Hex | B1 | 11 | BD | 6 | 5B | 0 | 1A | 128 | 53 | 28 |
| Octal | 261 | 21 | 275 | 6 | 133 | 0 | 32 | 450 | 123 | 50 |
| Binary | 10110001 | 10001 | 10111101 | 110 | 1011011 | 0 | 11010 | 100101000 | 1010011 | 101000 |
Color Harmonies of #B111BD
Complementary color
Monochromatic Colors of #B111BD
Black with #B111BD
Text Example
Text Example
White with #B111BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B111BD; }
p { color: rgb(177,17,189); }
H1.HeaderClassName
{
color: #B111BD;
}
.AnyTagClassName
{
color: #B111BD;
}
</style>
background-color css
<style>
a { background-color: #B111BD; }
a { background-color: rgb(177,17,189); }
div.DivClassName
{
background-color: #B111BD;
}
.BgClassName
{
background-color: #B111BD;
}
</style>
border-color css
<style>
span { border-color: #B111BD; }
span { border-color: rgb(177,17,189); }
td.TdClassName
{
border-color: #B111BD;
}
.TagClassName
{
border-color: #B111BD;
}
</style>