Shades of Deep Magenta #BB17CC
Tints of Deep Magenta #BB17CC
RGB
CMYK
RGB Variations
Color information
#BB17CC (or 0xBB17CC) is known color: Deep Magenta. HEX triplet: BB, 17 and CC. RGB value is (187,23,204). Sum of RGB (Red+Green+Blue) = 187+23+204=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB17CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB17CC is #44E833. Grayscale: #5C5C5C. Windows color (decimal): -4515892 or 13375419. OLE color: 13375419.
HSL color Cylindrical-coordinate representation of color #BB17CC: hue angle of 294.36º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB17CC is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 23 | 204 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.2 |
| HSL | 294.36º | 0.8% | 0.45% | - |
| HSV(B) | 294.36º | 0.89% | 0.8% | - |
| XYZ | 31.7 | 15.54 | 58.46 | - |
| YUV | 92.67 | 190.83 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 204 | 0.08 | 0.89 | 0 | 0.2 | 294.36 | 0.8 | 0.45 |
| Hex | BB | 17 | CC | 8 | 59 | 0 | 14 | 126 | 50 | 2D |
| Octal | 273 | 27 | 314 | 10 | 131 | 0 | 24 | 446 | 120 | 55 |
| Binary | 10111011 | 10111 | 11001100 | 1000 | 1011001 | 0 | 10100 | 100100110 | 1010000 | 101101 |
Color Harmonies of #BB17CC
Complementary color
Monochromatic Colors of #BB17CC
Black with #BB17CC
Text Example
Text Example
White with #BB17CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB17CC; }
p { color: rgb(187,23,204); }
H1.HeaderClassName
{
color: #BB17CC;
}
.AnyTagClassName
{
color: #BB17CC;
}
</style>
background-color css
<style>
a { background-color: #BB17CC; }
a { background-color: rgb(187,23,204); }
div.DivClassName
{
background-color: #BB17CC;
}
.BgClassName
{
background-color: #BB17CC;
}
</style>
border-color css
<style>
span { border-color: #BB17CC; }
span { border-color: rgb(187,23,204); }
td.TdClassName
{
border-color: #BB17CC;
}
.TagClassName
{
border-color: #BB17CC;
}
</style>