Shades of Deep Magenta #BB0CC1
Tints of Deep Magenta #BB0CC1
RGB
CMYK
RGB Variations
Color information
#BB0CC1 (or 0xBB0CC1) is known color: Deep Magenta. HEX triplet: BB, 0C and C1. RGB value is (187,12,193). Sum of RGB (Red+Green+Blue) = 187+12+193=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB0CC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0CC1 is #44F33E. Grayscale: #545454. Windows color (decimal): -4518719 or 12651707. OLE color: 12651707.
HSL color Cylindrical-coordinate representation of color #BB0CC1: hue angle of 298.01º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0CC1 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 12 | 193 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.24 |
| HSL | 298.01º | 0.88% | 0.4% | - |
| HSV(B) | 298.01º | 0.94% | 0.76% | - |
| XYZ | 30.25 | 14.68 | 51.69 | - |
| YUV | 84.96 | 188.98 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 12 | 193 | 0.03 | 0.94 | 0 | 0.24 | 298.01 | 0.88 | 0.4 |
| Hex | BB | C | C1 | 3 | 5E | 0 | 18 | 12A | 58 | 28 |
| Octal | 273 | 14 | 301 | 3 | 136 | 0 | 30 | 452 | 130 | 50 |
| Binary | 10111011 | 1100 | 11000001 | 11 | 1011110 | 0 | 11000 | 100101010 | 1011000 | 101000 |
Color Harmonies of #BB0CC1
Complementary color
Monochromatic Colors of #BB0CC1
Black with #BB0CC1
Text Example
Text Example
White with #BB0CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0CC1; }
p { color: rgb(187,12,193); }
H1.HeaderClassName
{
color: #BB0CC1;
}
.AnyTagClassName
{
color: #BB0CC1;
}
</style>
background-color css
<style>
a { background-color: #BB0CC1; }
a { background-color: rgb(187,12,193); }
div.DivClassName
{
background-color: #BB0CC1;
}
.BgClassName
{
background-color: #BB0CC1;
}
</style>
border-color css
<style>
span { border-color: #BB0CC1; }
span { border-color: rgb(187,12,193); }
td.TdClassName
{
border-color: #BB0CC1;
}
.TagClassName
{
border-color: #BB0CC1;
}
</style>