Shades of Deep Magenta #BB02BC
Tints of Deep Magenta #BB02BC
RGB
CMYK
RGB Variations
Color information
#BB02BC (or 0xBB02BC) is known color: Deep Magenta. HEX triplet: BB, 02 and BC. RGB value is (187,2,188). Sum of RGB (Red+Green+Blue) = 187+2+188=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB02BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB02BC is #44FD43. Grayscale: #4D4D4D. Windows color (decimal): -4521284 or 12321467. OLE color: 12321467.
HSL color Cylindrical-coordinate representation of color #BB02BC: hue angle of 299.68º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB02BC is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 2 | 188 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.26 |
| HSL | 299.68º | 0.98% | 0.37% | - |
| HSV(B) | 299.68º | 0.99% | 0.74% | - |
| XYZ | 29.59 | 14.24 | 48.77 | - |
| YUV | 78.52 | 189.79 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 188 | 0.01 | 0.99 | 0 | 0.26 | 299.68 | 0.98 | 0.37 |
| Hex | BB | 2 | BC | 1 | 63 | 0 | 1A | 12C | 62 | 25 |
| Octal | 273 | 2 | 274 | 1 | 143 | 0 | 32 | 454 | 142 | 45 |
| Binary | 10111011 | 10 | 10111100 | 1 | 1100011 | 0 | 11010 | 100101100 | 1100010 | 100101 |
Color Harmonies of #BB02BC
Complementary color
Monochromatic Colors of #BB02BC
Black with #BB02BC
Text Example
Text Example
White with #BB02BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB02BC; }
p { color: rgb(187,2,188); }
H1.HeaderClassName
{
color: #BB02BC;
}
.AnyTagClassName
{
color: #BB02BC;
}
</style>
background-color css
<style>
a { background-color: #BB02BC; }
a { background-color: rgb(187,2,188); }
div.DivClassName
{
background-color: #BB02BC;
}
.BgClassName
{
background-color: #BB02BC;
}
</style>
border-color css
<style>
span { border-color: #BB02BC; }
span { border-color: rgb(187,2,188); }
td.TdClassName
{
border-color: #BB02BC;
}
.TagClassName
{
border-color: #BB02BC;
}
</style>