Shades of Deep Magenta #BB10C5
Tints of Deep Magenta #BB10C5
RGB
CMYK
RGB Variations
Color information
#BB10C5 (or 0xBB10C5) is known color: Deep Magenta. HEX triplet: BB, 10 and C5. RGB value is (187,16,197). Sum of RGB (Red+Green+Blue) = 187+16+197=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 197 (77.34% from 255 or 49.25% from 400); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB10C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB10C5 is #44EF3A. Grayscale: #575757. Windows color (decimal): -4517691 or 12914875. OLE color: 12914875.
HSL color Cylindrical-coordinate representation of color #BB10C5: hue angle of 296.69º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB10C5 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 16 | 197 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.23 |
| HSL | 296.69º | 0.85% | 0.42% | - |
| HSV(B) | 296.69º | 0.92% | 0.77% | - |
| XYZ | 30.76 | 14.97 | 54.09 | - |
| YUV | 87.76 | 189.65 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 197 | 0.05 | 0.92 | 0 | 0.23 | 296.69 | 0.85 | 0.42 |
| Hex | BB | 10 | C5 | 5 | 5C | 0 | 17 | 129 | 55 | 2A |
| Octal | 273 | 20 | 305 | 5 | 134 | 0 | 27 | 451 | 125 | 52 |
| Binary | 10111011 | 10000 | 11000101 | 101 | 1011100 | 0 | 10111 | 100101001 | 1010101 | 101010 |
Color Harmonies of #BB10C5
Complementary color
Monochromatic Colors of #BB10C5
Black with #BB10C5
Text Example
Text Example
White with #BB10C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB10C5; }
p { color: rgb(187,16,197); }
H1.HeaderClassName
{
color: #BB10C5;
}
.AnyTagClassName
{
color: #BB10C5;
}
</style>
background-color css
<style>
a { background-color: #BB10C5; }
a { background-color: rgb(187,16,197); }
div.DivClassName
{
background-color: #BB10C5;
}
.BgClassName
{
background-color: #BB10C5;
}
</style>
border-color css
<style>
span { border-color: #BB10C5; }
span { border-color: rgb(187,16,197); }
td.TdClassName
{
border-color: #BB10C5;
}
.TagClassName
{
border-color: #BB10C5;
}
</style>