Shades of Deep Magenta #BB15B3
Tints of Deep Magenta #BB15B3
RGB
CMYK
RGB Variations
Color information
#BB15B3 (or 0xBB15B3) is known color: Deep Magenta. HEX triplet: BB, 15 and B3. RGB value is (187,21,179). Sum of RGB (Red+Green+Blue) = 187+21+179=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 179 (70.31% from 255 or 46.25% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB15B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB15B3 is #44EA4C. Grayscale: #585858. Windows color (decimal): -4516429 or 11736507. OLE color: 11736507.
HSL color Cylindrical-coordinate representation of color #BB15B3: hue angle of 302.89º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB15B3 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 179 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.27 |
| HSL | 302.89º | 0.8% | 0.41% | - |
| HSV(B) | 302.89º | 0.89% | 0.73% | - |
| XYZ | 28.9 | 14.36 | 43.9 | - |
| YUV | 88.65 | 179 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 179 | 0 | 0.89 | 0.04 | 0.27 | 302.89 | 0.8 | 0.41 |
| Hex | BB | 15 | B3 | 0 | 59 | 4 | 1B | 12F | 50 | 29 |
| Octal | 273 | 25 | 263 | 0 | 131 | 4 | 33 | 457 | 120 | 51 |
| Binary | 10111011 | 10101 | 10110011 | 0 | 1011001 | 100 | 11011 | 100101111 | 1010000 | 101001 |
Color Harmonies of #BB15B3
Complementary color
Monochromatic Colors of #BB15B3
Black with #BB15B3
Text Example
Text Example
White with #BB15B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB15B3; }
p { color: rgb(187,21,179); }
H1.HeaderClassName
{
color: #BB15B3;
}
.AnyTagClassName
{
color: #BB15B3;
}
</style>
background-color css
<style>
a { background-color: #BB15B3; }
a { background-color: rgb(187,21,179); }
div.DivClassName
{
background-color: #BB15B3;
}
.BgClassName
{
background-color: #BB15B3;
}
</style>
border-color css
<style>
span { border-color: #BB15B3; }
span { border-color: rgb(187,21,179); }
td.TdClassName
{
border-color: #BB15B3;
}
.TagClassName
{
border-color: #BB15B3;
}
</style>