Shades of Deep Magenta #BB05BA
Tints of Deep Magenta #BB05BA
RGB
CMYK
RGB Variations
Color information
#BB05BA (or 0xBB05BA) is known color: Deep Magenta. HEX triplet: BB, 05 and BA. RGB value is (187,5,186). Sum of RGB (Red+Green+Blue) = 187+5+186=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB05BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB05BA is #44FA45. Grayscale: #4F4F4F. Windows color (decimal): -4520518 or 12191163. OLE color: 12191163.
HSL color Cylindrical-coordinate representation of color #BB05BA: hue angle of 300.33º 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 #BB05BA is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 5 | 186 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.27 |
| HSL | 300.33º | 0.95% | 0.38% | - |
| HSV(B) | 300.33º | 0.97% | 0.73% | - |
| XYZ | 29.41 | 14.22 | 47.65 | - |
| YUV | 80.05 | 187.8 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 5 | 186 | 0 | 0.97 | 0.01 | 0.27 | 300.33 | 0.95 | 0.38 |
| Hex | BB | 5 | BA | 0 | 61 | 1 | 1B | 12C | 5F | 26 |
| Octal | 273 | 5 | 272 | 0 | 141 | 1 | 33 | 454 | 137 | 46 |
| Binary | 10111011 | 101 | 10111010 | 0 | 1100001 | 1 | 11011 | 100101100 | 1011111 | 100110 |
Color Harmonies of #BB05BA
Complementary color
Monochromatic Colors of #BB05BA
Black with #BB05BA
Text Example
Text Example
White with #BB05BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB05BA; }
p { color: rgb(187,5,186); }
H1.HeaderClassName
{
color: #BB05BA;
}
.AnyTagClassName
{
color: #BB05BA;
}
</style>
background-color css
<style>
a { background-color: #BB05BA; }
a { background-color: rgb(187,5,186); }
div.DivClassName
{
background-color: #BB05BA;
}
.BgClassName
{
background-color: #BB05BA;
}
</style>
border-color css
<style>
span { border-color: #BB05BA; }
span { border-color: rgb(187,5,186); }
td.TdClassName
{
border-color: #BB05BA;
}
.TagClassName
{
border-color: #BB05BA;
}
</style>