Shades of Deep Magenta #BB1CC5
Tints of Deep Magenta #BB1CC5
RGB
CMYK
RGB Variations
Color information
#BB1CC5 (or 0xBB1CC5) is known color: Deep Magenta. HEX triplet: BB, 1C and C5. RGB value is (187,28,197). Sum of RGB (Red+Green+Blue) = 187+28+197=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 28 (11.33% from 255 or 6.80% from 412); Blue value is 197 (77.34% from 255 or 47.82% from 412); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB1CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1CC5 is #44E33A. Grayscale: #5E5E5E. Windows color (decimal): -4514619 or 12917947. OLE color: 12917947.
HSL color Cylindrical-coordinate representation of color #BB1CC5: hue angle of 296.45º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1CC5 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 28 | 197 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.23 |
| HSL | 296.45º | 0.75% | 0.44% | - |
| HSV(B) | 296.45º | 0.86% | 0.77% | - |
| XYZ | 30.99 | 15.43 | 54.17 | - |
| YUV | 94.81 | 185.68 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 28 | 197 | 0.05 | 0.86 | 0 | 0.23 | 296.45 | 0.75 | 0.44 |
| Hex | BB | 1C | C5 | 5 | 56 | 0 | 17 | 128 | 4B | 2C |
| Octal | 273 | 34 | 305 | 5 | 126 | 0 | 27 | 450 | 113 | 54 |
| Binary | 10111011 | 11100 | 11000101 | 101 | 1010110 | 0 | 10111 | 100101000 | 1001011 | 101100 |
Color Harmonies of #BB1CC5
Complementary color
Monochromatic Colors of #BB1CC5
Black with #BB1CC5
Text Example
Text Example
White with #BB1CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1CC5; }
p { color: rgb(187,28,197); }
H1.HeaderClassName
{
color: #BB1CC5;
}
.AnyTagClassName
{
color: #BB1CC5;
}
</style>
background-color css
<style>
a { background-color: #BB1CC5; }
a { background-color: rgb(187,28,197); }
div.DivClassName
{
background-color: #BB1CC5;
}
.BgClassName
{
background-color: #BB1CC5;
}
</style>
border-color css
<style>
span { border-color: #BB1CC5; }
span { border-color: rgb(187,28,197); }
td.TdClassName
{
border-color: #BB1CC5;
}
.TagClassName
{
border-color: #BB1CC5;
}
</style>