Shades of Deep Magenta #BB01C4
Tints of Deep Magenta #BB01C4
RGB
CMYK
RGB Variations
Color information
#BB01C4 (or 0xBB01C4) is known color: Deep Magenta. HEX triplet: BB, 01 and C4. RGB value is (187,1,196). Sum of RGB (Red+Green+Blue) = 187+1+196=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 196 (76.95% from 255 or 51.04% from 384); Max value from RGB is 196 - color contains mainly: blue. Hex color #BB01C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB01C4 is #44FE3B. Grayscale: #4E4E4E. Windows color (decimal): -4521532 or 12845499. OLE color: 12845499.
HSL color Cylindrical-coordinate representation of color #BB01C4: hue angle of 297.23º 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 #BB01C4 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 1 | 196 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.23 |
| HSL | 297.23º | 0.99% | 0.39% | - |
| HSV(B) | 297.23º | 0.99% | 0.77% | - |
| XYZ | 30.47 | 14.57 | 53.43 | - |
| YUV | 78.84 | 194.12 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 196 | 0.05 | 0.99 | 0 | 0.23 | 297.23 | 0.99 | 0.39 |
| Hex | BB | 1 | C4 | 5 | 63 | 0 | 17 | 129 | 63 | 27 |
| Octal | 273 | 1 | 304 | 5 | 143 | 0 | 27 | 451 | 143 | 47 |
| Binary | 10111011 | 1 | 11000100 | 101 | 1100011 | 0 | 10111 | 100101001 | 1100011 | 100111 |
Color Harmonies of #BB01C4
Complementary color
Monochromatic Colors of #BB01C4
Black with #BB01C4
Text Example
Text Example
White with #BB01C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB01C4; }
p { color: rgb(187,1,196); }
H1.HeaderClassName
{
color: #BB01C4;
}
.AnyTagClassName
{
color: #BB01C4;
}
</style>
background-color css
<style>
a { background-color: #BB01C4; }
a { background-color: rgb(187,1,196); }
div.DivClassName
{
background-color: #BB01C4;
}
.BgClassName
{
background-color: #BB01C4;
}
</style>
border-color css
<style>
span { border-color: #BB01C4; }
span { border-color: rgb(187,1,196); }
td.TdClassName
{
border-color: #BB01C4;
}
.TagClassName
{
border-color: #BB01C4;
}
</style>