Shades of Deep Magenta #BB10BC
Tints of Deep Magenta #BB10BC
RGB
CMYK
RGB Variations
Color information
#BB10BC (or 0xBB10BC) is known color: Deep Magenta. HEX triplet: BB, 10 and BC. RGB value is (187,16,188). Sum of RGB (Red+Green+Blue) = 187+16+188=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB10BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB10BC is #44EF43. Grayscale: #565656. Windows color (decimal): -4517700 or 12325051. OLE color: 12325051.
HSL color Cylindrical-coordinate representation of color #BB10BC: hue angle of 299.65º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB10BC is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 16 | 188 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.26 |
| HSL | 299.65º | 0.84% | 0.4% | - |
| HSV(B) | 299.65º | 0.91% | 0.74% | - |
| XYZ | 29.76 | 14.57 | 48.82 | - |
| YUV | 86.74 | 185.15 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 188 | 0.01 | 0.91 | 0 | 0.26 | 299.65 | 0.84 | 0.4 |
| Hex | BB | 10 | BC | 1 | 5B | 0 | 1A | 12C | 54 | 28 |
| Octal | 273 | 20 | 274 | 1 | 133 | 0 | 32 | 454 | 124 | 50 |
| Binary | 10111011 | 10000 | 10111100 | 1 | 1011011 | 0 | 11010 | 100101100 | 1010100 | 101000 |
Color Harmonies of #BB10BC
Complementary color
Monochromatic Colors of #BB10BC
Black with #BB10BC
Text Example
Text Example
White with #BB10BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB10BC; }
p { color: rgb(187,16,188); }
H1.HeaderClassName
{
color: #BB10BC;
}
.AnyTagClassName
{
color: #BB10BC;
}
</style>
background-color css
<style>
a { background-color: #BB10BC; }
a { background-color: rgb(187,16,188); }
div.DivClassName
{
background-color: #BB10BC;
}
.BgClassName
{
background-color: #BB10BC;
}
</style>
border-color css
<style>
span { border-color: #BB10BC; }
span { border-color: rgb(187,16,188); }
td.TdClassName
{
border-color: #BB10BC;
}
.TagClassName
{
border-color: #BB10BC;
}
</style>