Shades of Deep Magenta #BB10CC
Tints of Deep Magenta #BB10CC
RGB
CMYK
RGB Variations
Color information
#BB10CC (or 0xBB10CC) is known color: Deep Magenta. HEX triplet: BB, 10 and CC. RGB value is (187,16,204). Sum of RGB (Red+Green+Blue) = 187+16+204=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB10CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB10CC is #44EF33. Grayscale: #575757. Windows color (decimal): -4517684 or 13373627. OLE color: 13373627.
HSL color Cylindrical-coordinate representation of color #BB10CC: hue angle of 294.57º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB10CC is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 16 | 204 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.2 |
| HSL | 294.57º | 0.85% | 0.43% | - |
| HSV(B) | 294.57º | 0.92% | 0.8% | - |
| XYZ | 31.58 | 15.3 | 58.41 | - |
| YUV | 88.56 | 193.15 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 204 | 0.08 | 0.92 | 0 | 0.2 | 294.57 | 0.85 | 0.43 |
| Hex | BB | 10 | CC | 8 | 5C | 0 | 14 | 127 | 55 | 2B |
| Octal | 273 | 20 | 314 | 10 | 134 | 0 | 24 | 447 | 125 | 53 |
| Binary | 10111011 | 10000 | 11001100 | 1000 | 1011100 | 0 | 10100 | 100100111 | 1010101 | 101011 |
Color Harmonies of #BB10CC
Complementary color
Monochromatic Colors of #BB10CC
Black with #BB10CC
Text Example
Text Example
White with #BB10CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB10CC; }
p { color: rgb(187,16,204); }
H1.HeaderClassName
{
color: #BB10CC;
}
.AnyTagClassName
{
color: #BB10CC;
}
</style>
background-color css
<style>
a { background-color: #BB10CC; }
a { background-color: rgb(187,16,204); }
div.DivClassName
{
background-color: #BB10CC;
}
.BgClassName
{
background-color: #BB10CC;
}
</style>
border-color css
<style>
span { border-color: #BB10CC; }
span { border-color: rgb(187,16,204); }
td.TdClassName
{
border-color: #BB10CC;
}
.TagClassName
{
border-color: #BB10CC;
}
</style>