Shades of Deep Magenta #BB10B2
Tints of Deep Magenta #BB10B2
RGB
CMYK
RGB Variations
Color information
#BB10B2 (or 0xBB10B2) is known color: Deep Magenta. HEX triplet: BB, 10 and B2. RGB value is (187,16,178). Sum of RGB (Red+Green+Blue) = 187+16+178=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 178 (69.92% from 255 or 46.72% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB10B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB10B2 is #44EF4D. Grayscale: #555555. Windows color (decimal): -4517710 or 11669691. OLE color: 11669691.
HSL color Cylindrical-coordinate representation of color #BB10B2: hue angle of 303.16º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB10B2 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 16 | 178 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.27 |
| HSL | 303.16º | 0.84% | 0.4% | - |
| HSV(B) | 303.16º | 0.91% | 0.73% | - |
| XYZ | 28.71 | 14.15 | 43.34 | - |
| YUV | 85.6 | 180.15 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 178 | 0 | 0.91 | 0.05 | 0.27 | 303.16 | 0.84 | 0.4 |
| Hex | BB | 10 | B2 | 0 | 5B | 5 | 1B | 12F | 54 | 28 |
| Octal | 273 | 20 | 262 | 0 | 133 | 5 | 33 | 457 | 124 | 50 |
| Binary | 10111011 | 10000 | 10110010 | 0 | 1011011 | 101 | 11011 | 100101111 | 1010100 | 101000 |
Color Harmonies of #BB10B2
Complementary color
Monochromatic Colors of #BB10B2
Black with #BB10B2
Text Example
Text Example
White with #BB10B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB10B2; }
p { color: rgb(187,16,178); }
H1.HeaderClassName
{
color: #BB10B2;
}
.AnyTagClassName
{
color: #BB10B2;
}
</style>
background-color css
<style>
a { background-color: #BB10B2; }
a { background-color: rgb(187,16,178); }
div.DivClassName
{
background-color: #BB10B2;
}
.BgClassName
{
background-color: #BB10B2;
}
</style>
border-color css
<style>
span { border-color: #BB10B2; }
span { border-color: rgb(187,16,178); }
td.TdClassName
{
border-color: #BB10B2;
}
.TagClassName
{
border-color: #BB10B2;
}
</style>