Shades of Deep Magenta #BB05BB
Tints of Deep Magenta #BB05BB
RGB
CMYK
RGB Variations
Color information
#BB05BB (or 0xBB05BB) is known color: Deep Magenta. HEX triplet: BB, 05 and BB. RGB value is (187,5,187). Sum of RGB (Red+Green+Blue) = 187+5+187=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 5 (2.34% from 255 or 1.32% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB05BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB05BB is #44FA44. Grayscale: #4F4F4F. Windows color (decimal): -4520517 or 12256699. OLE color: 12256699.
HSL color Cylindrical-coordinate representation of color #BB05BB: hue angle of 300º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB05BB is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 5 | 187 | - |
| CMYK | 0 | 0.97 | 0 | 0.27 |
| HSL | 300º | 0.95% | 0.38% | - |
| HSV(B) | 300º | 0.97% | 0.73% | - |
| XYZ | 29.52 | 14.26 | 48.21 | - |
| YUV | 80.17 | 188.3 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 5 | 187 | 0 | 0.97 | 0 | 0.27 | 300 | 0.95 | 0.38 |
| Hex | BB | 5 | BB | 0 | 61 | 0 | 1B | 12C | 5F | 26 |
| Octal | 273 | 5 | 273 | 0 | 141 | 0 | 33 | 454 | 137 | 46 |
| Binary | 10111011 | 101 | 10111011 | 0 | 1100001 | 0 | 11011 | 100101100 | 1011111 | 100110 |
Color Harmonies of #BB05BB
Complementary color
Monochromatic Colors of #BB05BB
Black with #BB05BB
Text Example
Text Example
White with #BB05BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB05BB; }
p { color: rgb(187,5,187); }
H1.HeaderClassName
{
color: #BB05BB;
}
.AnyTagClassName
{
color: #BB05BB;
}
</style>
background-color css
<style>
a { background-color: #BB05BB; }
a { background-color: rgb(187,5,187); }
div.DivClassName
{
background-color: #BB05BB;
}
.BgClassName
{
background-color: #BB05BB;
}
</style>
border-color css
<style>
span { border-color: #BB05BB; }
span { border-color: rgb(187,5,187); }
td.TdClassName
{
border-color: #BB05BB;
}
.TagClassName
{
border-color: #BB05BB;
}
</style>