Shades of Deep Magenta #BB10C7
Tints of Deep Magenta #BB10C7
RGB
CMYK
RGB Variations
Color information
#BB10C7 (or 0xBB10C7) is known color: Deep Magenta. HEX triplet: BB, 10 and C7. RGB value is (187,16,199). Sum of RGB (Red+Green+Blue) = 187+16+199=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 16 (6.64% from 255 or 3.98% from 402); Blue value is 199 (78.12% from 255 or 49.50% from 402); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB10C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB10C7 is #44EF38. Grayscale: #575757. Windows color (decimal): -4517689 or 13045947. OLE color: 13045947.
HSL color Cylindrical-coordinate representation of color #BB10C7: hue angle of 296.07º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB10C7 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 16 | 199 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.22 |
| HSL | 296.07º | 0.85% | 0.42% | - |
| HSV(B) | 296.07º | 0.92% | 0.78% | - |
| XYZ | 30.99 | 15.06 | 55.31 | - |
| YUV | 87.99 | 190.65 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 199 | 0.06 | 0.92 | 0 | 0.22 | 296.07 | 0.85 | 0.42 |
| Hex | BB | 10 | C7 | 6 | 5C | 0 | 16 | 128 | 55 | 2A |
| Octal | 273 | 20 | 307 | 6 | 134 | 0 | 26 | 450 | 125 | 52 |
| Binary | 10111011 | 10000 | 11000111 | 110 | 1011100 | 0 | 10110 | 100101000 | 1010101 | 101010 |
Color Harmonies of #BB10C7
Complementary color
Monochromatic Colors of #BB10C7
Black with #BB10C7
Text Example
Text Example
White with #BB10C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB10C7; }
p { color: rgb(187,16,199); }
H1.HeaderClassName
{
color: #BB10C7;
}
.AnyTagClassName
{
color: #BB10C7;
}
</style>
background-color css
<style>
a { background-color: #BB10C7; }
a { background-color: rgb(187,16,199); }
div.DivClassName
{
background-color: #BB10C7;
}
.BgClassName
{
background-color: #BB10C7;
}
</style>
border-color css
<style>
span { border-color: #BB10C7; }
span { border-color: rgb(187,16,199); }
td.TdClassName
{
border-color: #BB10C7;
}
.TagClassName
{
border-color: #BB10C7;
}
</style>