Shades of Deep Magenta #BB01C5
Tints of Deep Magenta #BB01C5
RGB
CMYK
RGB Variations
Color information
#BB01C5 (or 0xBB01C5) is known color: Deep Magenta. HEX triplet: BB, 01 and C5. RGB value is (187,1,197). Sum of RGB (Red+Green+Blue) = 187+1+197=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 197 (77.34% from 255 or 51.17% from 385); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB01C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB01C5 is #44FE3A. Grayscale: #4E4E4E. Windows color (decimal): -4521531 or 12911035. OLE color: 12911035.
HSL color Cylindrical-coordinate representation of color #BB01C5: hue angle of 296.94º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB01C5 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 1 | 197 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.23 |
| HSL | 296.94º | 0.99% | 0.39% | - |
| HSV(B) | 296.94º | 0.99% | 0.77% | - |
| XYZ | 30.58 | 14.62 | 54.03 | - |
| YUV | 78.96 | 194.62 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 197 | 0.05 | 0.99 | 0 | 0.23 | 296.94 | 0.99 | 0.39 |
| Hex | BB | 1 | C5 | 5 | 63 | 0 | 17 | 129 | 63 | 27 |
| Octal | 273 | 1 | 305 | 5 | 143 | 0 | 27 | 451 | 143 | 47 |
| Binary | 10111011 | 1 | 11000101 | 101 | 1100011 | 0 | 10111 | 100101001 | 1100011 | 100111 |
Color Harmonies of #BB01C5
Complementary color
Monochromatic Colors of #BB01C5
Black with #BB01C5
Text Example
Text Example
White with #BB01C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB01C5; }
p { color: rgb(187,1,197); }
H1.HeaderClassName
{
color: #BB01C5;
}
.AnyTagClassName
{
color: #BB01C5;
}
</style>
background-color css
<style>
a { background-color: #BB01C5; }
a { background-color: rgb(187,1,197); }
div.DivClassName
{
background-color: #BB01C5;
}
.BgClassName
{
background-color: #BB01C5;
}
</style>
border-color css
<style>
span { border-color: #BB01C5; }
span { border-color: rgb(187,1,197); }
td.TdClassName
{
border-color: #BB01C5;
}
.TagClassName
{
border-color: #BB01C5;
}
</style>