Shades of Deep Magenta #B11CBC
Tints of Deep Magenta #B11CBC
RGB
CMYK
RGB Variations
Color information
#B11CBC (or 0xB11CBC) is known color: Deep Magenta. HEX triplet: B1, 1C and BC. RGB value is (177,28,188). Sum of RGB (Red+Green+Blue) = 177+28+188=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 28 (11.33% from 255 or 7.12% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #B11CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11CBC is #4EE343. Grayscale: #5A5A5A. Windows color (decimal): -5169988 or 12328113. OLE color: 12328113.
HSL color Cylindrical-coordinate representation of color #B11CBC: hue angle of 295.88º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11CBC is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 28 | 188 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.26 |
| HSL | 295.88º | 0.74% | 0.42% | - |
| HSV(B) | 295.88º | 0.85% | 0.74% | - |
| XYZ | 27.62 | 13.81 | 48.79 | - |
| YUV | 90.79 | 182.86 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 28 | 188 | 0.06 | 0.85 | 0 | 0.26 | 295.88 | 0.74 | 0.42 |
| Hex | B1 | 1C | BC | 6 | 55 | 0 | 1A | 128 | 4A | 2A |
| Octal | 261 | 34 | 274 | 6 | 125 | 0 | 32 | 450 | 112 | 52 |
| Binary | 10110001 | 11100 | 10111100 | 110 | 1010101 | 0 | 11010 | 100101000 | 1001010 | 101010 |
Color Harmonies of #B11CBC
Complementary color
Monochromatic Colors of #B11CBC
Black with #B11CBC
Text Example
Text Example
White with #B11CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11CBC; }
p { color: rgb(177,28,188); }
H1.HeaderClassName
{
color: #B11CBC;
}
.AnyTagClassName
{
color: #B11CBC;
}
</style>
background-color css
<style>
a { background-color: #B11CBC; }
a { background-color: rgb(177,28,188); }
div.DivClassName
{
background-color: #B11CBC;
}
.BgClassName
{
background-color: #B11CBC;
}
</style>
border-color css
<style>
span { border-color: #B11CBC; }
span { border-color: rgb(177,28,188); }
td.TdClassName
{
border-color: #B11CBC;
}
.TagClassName
{
border-color: #B11CBC;
}
</style>