Shades of Deep Magenta #BB17BC
Tints of Deep Magenta #BB17BC
RGB
CMYK
RGB Variations
Color information
#BB17BC (or 0xBB17BC) is known color: Deep Magenta. HEX triplet: BB, 17 and BC. RGB value is (187,23,188). Sum of RGB (Red+Green+Blue) = 187+23+188=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB17BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB17BC is #44E843. Grayscale: #5A5A5A. Windows color (decimal): -4515908 or 12326843. OLE color: 12326843.
HSL color Cylindrical-coordinate representation of color #BB17BC: hue angle of 299.64º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB17BC is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 23 | 188 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.26 |
| HSL | 299.64º | 0.78% | 0.41% | - |
| HSV(B) | 299.64º | 0.88% | 0.74% | - |
| XYZ | 29.88 | 14.81 | 48.86 | - |
| YUV | 90.85 | 182.83 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 188 | 0.01 | 0.88 | 0 | 0.26 | 299.64 | 0.78 | 0.41 |
| Hex | BB | 17 | BC | 1 | 58 | 0 | 1A | 12C | 4E | 29 |
| Octal | 273 | 27 | 274 | 1 | 130 | 0 | 32 | 454 | 116 | 51 |
| Binary | 10111011 | 10111 | 10111100 | 1 | 1011000 | 0 | 11010 | 100101100 | 1001110 | 101001 |
Color Harmonies of #BB17BC
Complementary color
Monochromatic Colors of #BB17BC
Black with #BB17BC
Text Example
Text Example
White with #BB17BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB17BC; }
p { color: rgb(187,23,188); }
H1.HeaderClassName
{
color: #BB17BC;
}
.AnyTagClassName
{
color: #BB17BC;
}
</style>
background-color css
<style>
a { background-color: #BB17BC; }
a { background-color: rgb(187,23,188); }
div.DivClassName
{
background-color: #BB17BC;
}
.BgClassName
{
background-color: #BB17BC;
}
</style>
border-color css
<style>
span { border-color: #BB17BC; }
span { border-color: rgb(187,23,188); }
td.TdClassName
{
border-color: #BB17BC;
}
.TagClassName
{
border-color: #BB17BC;
}
</style>