Shades of Deep Magenta #BB1BB0
Tints of Deep Magenta #BB1BB0
RGB
CMYK
RGB Variations
Color information
#BB1BB0 (or 0xBB1BB0) is known color: Deep Magenta. HEX triplet: BB, 1B and B0. RGB value is (187,27,176). Sum of RGB (Red+Green+Blue) = 187+27+176=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 27 (10.94% from 255 or 6.92% from 390); Blue value is 176 (69.14% from 255 or 45.13% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1BB0 is #44E44F. Grayscale: #5B5B5B. Windows color (decimal): -4514896 or 11541435. OLE color: 11541435.
HSL color Cylindrical-coordinate representation of color #BB1BB0: hue angle of 304.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1BB0 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 27 | 176 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.27 |
| HSL | 304.13º | 0.75% | 0.42% | - |
| HSV(B) | 304.13º | 0.86% | 0.73% | - |
| XYZ | 28.72 | 14.48 | 42.36 | - |
| YUV | 91.83 | 175.51 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 27 | 176 | 0 | 0.86 | 0.06 | 0.27 | 304.13 | 0.75 | 0.42 |
| Hex | BB | 1B | B0 | 0 | 56 | 6 | 1B | 130 | 4B | 2A |
| Octal | 273 | 33 | 260 | 0 | 126 | 6 | 33 | 460 | 113 | 52 |
| Binary | 10111011 | 11011 | 10110000 | 0 | 1010110 | 110 | 11011 | 100110000 | 1001011 | 101010 |
Color Harmonies of #BB1BB0
Complementary color
Monochromatic Colors of #BB1BB0
Black with #BB1BB0
Text Example
Text Example
White with #BB1BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1BB0; }
p { color: rgb(187,27,176); }
H1.HeaderClassName
{
color: #BB1BB0;
}
.AnyTagClassName
{
color: #BB1BB0;
}
</style>
background-color css
<style>
a { background-color: #BB1BB0; }
a { background-color: rgb(187,27,176); }
div.DivClassName
{
background-color: #BB1BB0;
}
.BgClassName
{
background-color: #BB1BB0;
}
</style>
border-color css
<style>
span { border-color: #BB1BB0; }
span { border-color: rgb(187,27,176); }
td.TdClassName
{
border-color: #BB1BB0;
}
.TagClassName
{
border-color: #BB1BB0;
}
</style>