Shades of Deep Magenta #BB01C8
Tints of Deep Magenta #BB01C8
RGB
CMYK
RGB Variations
Color information
#BB01C8 (or 0xBB01C8) is known color: Deep Magenta. HEX triplet: BB, 01 and C8. RGB value is (187,1,200). Sum of RGB (Red+Green+Blue) = 187+1+200=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 200 (78.52% from 255 or 51.55% from 388); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB01C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB01C8 is #44FE37. Grayscale: #4E4E4E. Windows color (decimal): -4521528 or 13107643. OLE color: 13107643.
HSL color Cylindrical-coordinate representation of color #BB01C8: hue angle of 296.08º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB01C8 is Cyan = 0.06, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 1 | 200 | - |
| CMYK | 0.06 | 1.00 | 0 | 0.22 |
| HSL | 296.08º | 0.99% | 0.39% | - |
| HSV(B) | 296.08º | 1% | 0.78% | - |
| XYZ | 30.93 | 14.76 | 55.86 | - |
| YUV | 79.3 | 196.12 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 200 | 0.06 | 1.00 | 0 | 0.22 | 296.08 | 0.99 | 0.39 |
| Hex | BB | 1 | C8 | 6 | 64 | 0 | 16 | 128 | 63 | 27 |
| Octal | 273 | 1 | 310 | 6 | 144 | 0 | 26 | 450 | 143 | 47 |
| Binary | 10111011 | 1 | 11001000 | 110 | 1100100 | 0 | 10110 | 100101000 | 1100011 | 100111 |
Color Harmonies of #BB01C8
Complementary color
Monochromatic Colors of #BB01C8
Black with #BB01C8
Text Example
Text Example
White with #BB01C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB01C8; }
p { color: rgb(187,1,200); }
H1.HeaderClassName
{
color: #BB01C8;
}
.AnyTagClassName
{
color: #BB01C8;
}
</style>
background-color css
<style>
a { background-color: #BB01C8; }
a { background-color: rgb(187,1,200); }
div.DivClassName
{
background-color: #BB01C8;
}
.BgClassName
{
background-color: #BB01C8;
}
</style>
border-color css
<style>
span { border-color: #BB01C8; }
span { border-color: rgb(187,1,200); }
td.TdClassName
{
border-color: #BB01C8;
}
.TagClassName
{
border-color: #BB01C8;
}
</style>