Shades of Deep Magenta #BB1CAC
Tints of Deep Magenta #BB1CAC
RGB
CMYK
RGB Variations
Color information
#BB1CAC (or 0xBB1CAC) is known color: Deep Magenta. HEX triplet: BB, 1C and AC. RGB value is (187,28,172). Sum of RGB (Red+Green+Blue) = 187+28+172=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1CAC is #44E353. Grayscale: #5B5B5B. Windows color (decimal): -4514644 or 11279547. OLE color: 11279547.
HSL color Cylindrical-coordinate representation of color #BB1CAC: hue angle of 305.66º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB1CAC is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 28 | 172 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.27 |
| HSL | 305.66º | 0.74% | 0.42% | - |
| HSV(B) | 305.66º | 0.85% | 0.73% | - |
| XYZ | 28.36 | 14.37 | 40.31 | - |
| YUV | 91.96 | 173.18 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 28 | 172 | 0 | 0.85 | 0.08 | 0.27 | 305.66 | 0.74 | 0.42 |
| Hex | BB | 1C | AC | 0 | 55 | 8 | 1B | 132 | 4A | 2A |
| Octal | 273 | 34 | 254 | 0 | 125 | 10 | 33 | 462 | 112 | 52 |
| Binary | 10111011 | 11100 | 10101100 | 0 | 1010101 | 1000 | 11011 | 100110010 | 1001010 | 101010 |
Color Harmonies of #BB1CAC
Complementary color
Monochromatic Colors of #BB1CAC
Black with #BB1CAC
Text Example
Text Example
White with #BB1CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1CAC; }
p { color: rgb(187,28,172); }
H1.HeaderClassName
{
color: #BB1CAC;
}
.AnyTagClassName
{
color: #BB1CAC;
}
</style>
background-color css
<style>
a { background-color: #BB1CAC; }
a { background-color: rgb(187,28,172); }
div.DivClassName
{
background-color: #BB1CAC;
}
.BgClassName
{
background-color: #BB1CAC;
}
</style>
border-color css
<style>
span { border-color: #BB1CAC; }
span { border-color: rgb(187,28,172); }
td.TdClassName
{
border-color: #BB1CAC;
}
.TagClassName
{
border-color: #BB1CAC;
}
</style>