Shades of Deep Magenta #BB02A5
Tints of Deep Magenta #BB02A5
RGB
CMYK
RGB Variations
Color information
#BB02A5 (or 0xBB02A5) is known color: Deep Magenta. HEX triplet: BB, 02 and A5. RGB value is (187,2,165). Sum of RGB (Red+Green+Blue) = 187+2+165=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 165 (64.84% from 255 or 46.61% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB02A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB02A5 is #44FD5A. Grayscale: #4B4B4B. Windows color (decimal): -4521307 or 10814139. OLE color: 10814139.
HSL color Cylindrical-coordinate representation of color #BB02A5: hue angle of 307.14º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB02A5 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 2 | 165 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.27 |
| HSL | 307.14º | 0.98% | 0.37% | - |
| HSV(B) | 307.14º | 0.99% | 0.73% | - |
| XYZ | 27.31 | 13.32 | 36.73 | - |
| YUV | 75.9 | 178.29 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 165 | 0 | 0.99 | 0.12 | 0.27 | 307.14 | 0.98 | 0.37 |
| Hex | BB | 2 | A5 | 0 | 63 | C | 1B | 133 | 62 | 25 |
| Octal | 273 | 2 | 245 | 0 | 143 | 14 | 33 | 463 | 142 | 45 |
| Binary | 10111011 | 10 | 10100101 | 0 | 1100011 | 1100 | 11011 | 100110011 | 1100010 | 100101 |
Color Harmonies of #BB02A5
Complementary color
Monochromatic Colors of #BB02A5
Black with #BB02A5
Text Example
Text Example
White with #BB02A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB02A5; }
p { color: rgb(187,2,165); }
H1.HeaderClassName
{
color: #BB02A5;
}
.AnyTagClassName
{
color: #BB02A5;
}
</style>
background-color css
<style>
a { background-color: #BB02A5; }
a { background-color: rgb(187,2,165); }
div.DivClassName
{
background-color: #BB02A5;
}
.BgClassName
{
background-color: #BB02A5;
}
</style>
border-color css
<style>
span { border-color: #BB02A5; }
span { border-color: rgb(187,2,165); }
td.TdClassName
{
border-color: #BB02A5;
}
.TagClassName
{
border-color: #BB02A5;
}
</style>