Shades of Deep Magenta #B11BBC
Tints of Deep Magenta #B11BBC
RGB
CMYK
RGB Variations
Color information
#B11BBC (or 0xB11BBC) is known color: Deep Magenta. HEX triplet: B1, 1B and BC. RGB value is (177,27,188). Sum of RGB (Red+Green+Blue) = 177+27+188=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #B11BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11BBC is #4EE443. Grayscale: #595959. Windows color (decimal): -5170244 or 12327857. OLE color: 12327857.
HSL color Cylindrical-coordinate representation of color #B11BBC: hue angle of 295.9º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11BBC is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 27 | 188 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.26 |
| HSL | 295.9º | 0.75% | 0.42% | - |
| HSV(B) | 295.9º | 0.86% | 0.74% | - |
| XYZ | 27.6 | 13.76 | 48.78 | - |
| YUV | 90.2 | 183.2 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 27 | 188 | 0.06 | 0.86 | 0 | 0.26 | 295.9 | 0.75 | 0.42 |
| Hex | B1 | 1B | BC | 6 | 56 | 0 | 1A | 128 | 4B | 2A |
| Octal | 261 | 33 | 274 | 6 | 126 | 0 | 32 | 450 | 113 | 52 |
| Binary | 10110001 | 11011 | 10111100 | 110 | 1010110 | 0 | 11010 | 100101000 | 1001011 | 101010 |
Color Harmonies of #B11BBC
Complementary color
Monochromatic Colors of #B11BBC
Black with #B11BBC
Text Example
Text Example
White with #B11BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11BBC; }
p { color: rgb(177,27,188); }
H1.HeaderClassName
{
color: #B11BBC;
}
.AnyTagClassName
{
color: #B11BBC;
}
</style>
background-color css
<style>
a { background-color: #B11BBC; }
a { background-color: rgb(177,27,188); }
div.DivClassName
{
background-color: #B11BBC;
}
.BgClassName
{
background-color: #B11BBC;
}
</style>
border-color css
<style>
span { border-color: #B11BBC; }
span { border-color: rgb(177,27,188); }
td.TdClassName
{
border-color: #B11BBC;
}
.TagClassName
{
border-color: #B11BBC;
}
</style>