Shades of Deep Magenta #BB17C1
Tints of Deep Magenta #BB17C1
RGB
CMYK
RGB Variations
Color information
#BB17C1 (or 0xBB17C1) is known color: Deep Magenta. HEX triplet: BB, 17 and C1. RGB value is (187,23,193). Sum of RGB (Red+Green+Blue) = 187+23+193=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 23 (9.38% from 255 or 5.71% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB17C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB17C1 is #44E83E. Grayscale: #5A5A5A. Windows color (decimal): -4515903 or 12654523. OLE color: 12654523.
HSL color Cylindrical-coordinate representation of color #BB17C1: hue angle of 297.88º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB17C1 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 23 | 193 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.24 |
| HSL | 297.88º | 0.79% | 0.42% | - |
| HSV(B) | 297.88º | 0.88% | 0.76% | - |
| XYZ | 30.43 | 15.03 | 51.75 | - |
| YUV | 91.42 | 185.33 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 193 | 0.03 | 0.88 | 0 | 0.24 | 297.88 | 0.79 | 0.42 |
| Hex | BB | 17 | C1 | 3 | 58 | 0 | 18 | 12A | 4F | 2A |
| Octal | 273 | 27 | 301 | 3 | 130 | 0 | 30 | 452 | 117 | 52 |
| Binary | 10111011 | 10111 | 11000001 | 11 | 1011000 | 0 | 11000 | 100101010 | 1001111 | 101010 |
Color Harmonies of #BB17C1
Complementary color
Monochromatic Colors of #BB17C1
Black with #BB17C1
Text Example
Text Example
White with #BB17C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB17C1; }
p { color: rgb(187,23,193); }
H1.HeaderClassName
{
color: #BB17C1;
}
.AnyTagClassName
{
color: #BB17C1;
}
</style>
background-color css
<style>
a { background-color: #BB17C1; }
a { background-color: rgb(187,23,193); }
div.DivClassName
{
background-color: #BB17C1;
}
.BgClassName
{
background-color: #BB17C1;
}
</style>
border-color css
<style>
span { border-color: #BB17C1; }
span { border-color: rgb(187,23,193); }
td.TdClassName
{
border-color: #BB17C1;
}
.TagClassName
{
border-color: #BB17C1;
}
</style>