Shades of Deep Magenta #BB01B6
Tints of Deep Magenta #BB01B6
RGB
CMYK
RGB Variations
Color information
#BB01B6 (or 0xBB01B6) is known color: Deep Magenta. HEX triplet: BB, 01 and B6. RGB value is (187,1,182). Sum of RGB (Red+Green+Blue) = 187+1+182=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 182 (71.48% from 255 or 49.19% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB01B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB01B6 is #44FE49. Grayscale: #4C4C4C. Windows color (decimal): -4521546 or 11927995. OLE color: 11927995.
HSL color Cylindrical-coordinate representation of color #BB01B6: hue angle of 301.61º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB01B6 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 182 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.27 |
| HSL | 301.61º | 0.99% | 0.37% | - |
| HSV(B) | 301.61º | 0.99% | 0.73% | - |
| XYZ | 28.95 | 13.96 | 45.43 | - |
| YUV | 77.25 | 187.12 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 182 | 0 | 0.99 | 0.03 | 0.27 | 301.61 | 0.99 | 0.37 |
| Hex | BB | 1 | B6 | 0 | 63 | 3 | 1B | 12E | 63 | 25 |
| Octal | 273 | 1 | 266 | 0 | 143 | 3 | 33 | 456 | 143 | 45 |
| Binary | 10111011 | 1 | 10110110 | 0 | 1100011 | 11 | 11011 | 100101110 | 1100011 | 100101 |
Color Harmonies of #BB01B6
Complementary color
Monochromatic Colors of #BB01B6
Black with #BB01B6
Text Example
Text Example
White with #BB01B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB01B6; }
p { color: rgb(187,1,182); }
H1.HeaderClassName
{
color: #BB01B6;
}
.AnyTagClassName
{
color: #BB01B6;
}
</style>
background-color css
<style>
a { background-color: #BB01B6; }
a { background-color: rgb(187,1,182); }
div.DivClassName
{
background-color: #BB01B6;
}
.BgClassName
{
background-color: #BB01B6;
}
</style>
border-color css
<style>
span { border-color: #BB01B6; }
span { border-color: rgb(187,1,182); }
td.TdClassName
{
border-color: #BB01B6;
}
.TagClassName
{
border-color: #BB01B6;
}
</style>