Shades of Deep Magenta #BB04BC
Tints of Deep Magenta #BB04BC
RGB
CMYK
RGB Variations
Color information
#BB04BC (or 0xBB04BC) is known color: Deep Magenta. HEX triplet: BB, 04 and BC. RGB value is (187,4,188). Sum of RGB (Red+Green+Blue) = 187+4+188=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB04BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB04BC is #44FB43. Grayscale: #4F4F4F. Windows color (decimal): -4520772 or 12321979. OLE color: 12321979.
HSL color Cylindrical-coordinate representation of color #BB04BC: hue angle of 299.67º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB04BC is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 4 | 188 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.26 |
| HSL | 299.67º | 0.96% | 0.38% | - |
| HSV(B) | 299.67º | 0.98% | 0.74% | - |
| XYZ | 29.61 | 14.28 | 48.77 | - |
| YUV | 79.69 | 189.13 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 188 | 0.01 | 0.98 | 0 | 0.26 | 299.67 | 0.96 | 0.38 |
| Hex | BB | 4 | BC | 1 | 62 | 0 | 1A | 12C | 60 | 26 |
| Octal | 273 | 4 | 274 | 1 | 142 | 0 | 32 | 454 | 140 | 46 |
| Binary | 10111011 | 100 | 10111100 | 1 | 1100010 | 0 | 11010 | 100101100 | 1100000 | 100110 |
Color Harmonies of #BB04BC
Complementary color
Monochromatic Colors of #BB04BC
Black with #BB04BC
Text Example
Text Example
White with #BB04BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB04BC; }
p { color: rgb(187,4,188); }
H1.HeaderClassName
{
color: #BB04BC;
}
.AnyTagClassName
{
color: #BB04BC;
}
</style>
background-color css
<style>
a { background-color: #BB04BC; }
a { background-color: rgb(187,4,188); }
div.DivClassName
{
background-color: #BB04BC;
}
.BgClassName
{
background-color: #BB04BC;
}
</style>
border-color css
<style>
span { border-color: #BB04BC; }
span { border-color: rgb(187,4,188); }
td.TdClassName
{
border-color: #BB04BC;
}
.TagClassName
{
border-color: #BB04BC;
}
</style>