Shades of Deep Magenta #BB10B5
Tints of Deep Magenta #BB10B5
RGB
CMYK
RGB Variations
Color information
#BB10B5 (or 0xBB10B5) is known color: Deep Magenta. HEX triplet: BB, 10 and B5. RGB value is (187,16,181). Sum of RGB (Red+Green+Blue) = 187+16+181=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 181 (71.09% from 255 or 47.14% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB10B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB10B5 is #44EF4A. Grayscale: #555555. Windows color (decimal): -4517707 or 11866299. OLE color: 11866299.
HSL color Cylindrical-coordinate representation of color #BB10B5: hue angle of 302.11º 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 #BB10B5 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 16 | 181 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.27 |
| HSL | 302.11º | 0.84% | 0.4% | - |
| HSV(B) | 302.11º | 0.91% | 0.73% | - |
| XYZ | 29.02 | 14.27 | 44.94 | - |
| YUV | 85.94 | 181.65 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 181 | 0 | 0.91 | 0.03 | 0.27 | 302.11 | 0.84 | 0.4 |
| Hex | BB | 10 | B5 | 0 | 5B | 3 | 1B | 12E | 54 | 28 |
| Octal | 273 | 20 | 265 | 0 | 133 | 3 | 33 | 456 | 124 | 50 |
| Binary | 10111011 | 10000 | 10110101 | 0 | 1011011 | 11 | 11011 | 100101110 | 1010100 | 101000 |
Color Harmonies of #BB10B5
Complementary color
Monochromatic Colors of #BB10B5
Black with #BB10B5
Text Example
Text Example
White with #BB10B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB10B5; }
p { color: rgb(187,16,181); }
H1.HeaderClassName
{
color: #BB10B5;
}
.AnyTagClassName
{
color: #BB10B5;
}
</style>
background-color css
<style>
a { background-color: #BB10B5; }
a { background-color: rgb(187,16,181); }
div.DivClassName
{
background-color: #BB10B5;
}
.BgClassName
{
background-color: #BB10B5;
}
</style>
border-color css
<style>
span { border-color: #BB10B5; }
span { border-color: rgb(187,16,181); }
td.TdClassName
{
border-color: #BB10B5;
}
.TagClassName
{
border-color: #BB10B5;
}
</style>