Shades of Deep Magenta #BB07AD
Tints of Deep Magenta #BB07AD
RGB
CMYK
RGB Variations
Color information
#BB07AD (or 0xBB07AD) is known color: Deep Magenta. HEX triplet: BB, 07 and AD. RGB value is (187,7,173). Sum of RGB (Red+Green+Blue) = 187+7+173=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 7 (3.12% from 255 or 1.91% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB07AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB07AD is #44F852. Grayscale: #4F4F4F. Windows color (decimal): -4520019 or 11339707. OLE color: 11339707.
HSL color Cylindrical-coordinate representation of color #BB07AD: hue angle of 304.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB07AD is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 7 | 173 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.27 |
| HSL | 304.67º | 0.93% | 0.38% | - |
| HSV(B) | 304.67º | 0.96% | 0.73% | - |
| XYZ | 28.11 | 13.73 | 40.7 | - |
| YUV | 79.74 | 180.63 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 7 | 173 | 0 | 0.96 | 0.07 | 0.27 | 304.67 | 0.93 | 0.38 |
| Hex | BB | 7 | AD | 0 | 60 | 7 | 1B | 131 | 5D | 26 |
| Octal | 273 | 7 | 255 | 0 | 140 | 7 | 33 | 461 | 135 | 46 |
| Binary | 10111011 | 111 | 10101101 | 0 | 1100000 | 111 | 11011 | 100110001 | 1011101 | 100110 |
Color Harmonies of #BB07AD
Complementary color
Monochromatic Colors of #BB07AD
Black with #BB07AD
Text Example
Text Example
White with #BB07AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB07AD; }
p { color: rgb(187,7,173); }
H1.HeaderClassName
{
color: #BB07AD;
}
.AnyTagClassName
{
color: #BB07AD;
}
</style>
background-color css
<style>
a { background-color: #BB07AD; }
a { background-color: rgb(187,7,173); }
div.DivClassName
{
background-color: #BB07AD;
}
.BgClassName
{
background-color: #BB07AD;
}
</style>
border-color css
<style>
span { border-color: #BB07AD; }
span { border-color: rgb(187,7,173); }
td.TdClassName
{
border-color: #BB07AD;
}
.TagClassName
{
border-color: #BB07AD;
}
</style>