Shades of Deep Magenta #BB02BF
Tints of Deep Magenta #BB02BF
RGB
CMYK
RGB Variations
Color information
#BB02BF (or 0xBB02BF) is known color: Deep Magenta. HEX triplet: BB, 02 and BF. RGB value is (187,2,191). Sum of RGB (Red+Green+Blue) = 187+2+191=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 2 (1.17% from 255 or 0.53% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB02BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB02BF is #44FD40. Grayscale: #4E4E4E. Windows color (decimal): -4521281 or 12518075. OLE color: 12518075.
HSL color Cylindrical-coordinate representation of color #BB02BF: hue angle of 298.73º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB02BF is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 2 | 191 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.25 |
| HSL | 298.73º | 0.98% | 0.38% | - |
| HSV(B) | 298.73º | 0.99% | 0.75% | - |
| XYZ | 29.92 | 14.37 | 50.49 | - |
| YUV | 78.86 | 191.29 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 191 | 0.02 | 0.99 | 0 | 0.25 | 298.73 | 0.98 | 0.38 |
| Hex | BB | 2 | BF | 2 | 63 | 0 | 19 | 12B | 62 | 26 |
| Octal | 273 | 2 | 277 | 2 | 143 | 0 | 31 | 453 | 142 | 46 |
| Binary | 10111011 | 10 | 10111111 | 10 | 1100011 | 0 | 11001 | 100101011 | 1100010 | 100110 |
Color Harmonies of #BB02BF
Complementary color
Monochromatic Colors of #BB02BF
Black with #BB02BF
Text Example
Text Example
White with #BB02BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB02BF; }
p { color: rgb(187,2,191); }
H1.HeaderClassName
{
color: #BB02BF;
}
.AnyTagClassName
{
color: #BB02BF;
}
</style>
background-color css
<style>
a { background-color: #BB02BF; }
a { background-color: rgb(187,2,191); }
div.DivClassName
{
background-color: #BB02BF;
}
.BgClassName
{
background-color: #BB02BF;
}
</style>
border-color css
<style>
span { border-color: #BB02BF; }
span { border-color: rgb(187,2,191); }
td.TdClassName
{
border-color: #BB02BF;
}
.TagClassName
{
border-color: #BB02BF;
}
</style>