Shades of Deep Magenta #BB03BC
Tints of Deep Magenta #BB03BC
RGB
CMYK
RGB Variations
Color information
#BB03BC (or 0xBB03BC) is known color: Deep Magenta. HEX triplet: BB, 03 and BC. RGB value is (187,3,188). Sum of RGB (Red+Green+Blue) = 187+3+188=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB03BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB03BC is #44FC43. Grayscale: #4E4E4E. Windows color (decimal): -4521028 or 12321723. OLE color: 12321723.
HSL color Cylindrical-coordinate representation of color #BB03BC: hue angle of 299.68º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB03BC is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 3 | 188 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.26 |
| HSL | 299.68º | 0.97% | 0.37% | - |
| HSV(B) | 299.68º | 0.98% | 0.74% | - |
| XYZ | 29.6 | 14.26 | 48.77 | - |
| YUV | 79.11 | 189.46 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 188 | 0.01 | 0.98 | 0 | 0.26 | 299.68 | 0.97 | 0.37 |
| Hex | BB | 3 | BC | 1 | 62 | 0 | 1A | 12C | 61 | 25 |
| Octal | 273 | 3 | 274 | 1 | 142 | 0 | 32 | 454 | 141 | 45 |
| Binary | 10111011 | 11 | 10111100 | 1 | 1100010 | 0 | 11010 | 100101100 | 1100001 | 100101 |
Color Harmonies of #BB03BC
Complementary color
Monochromatic Colors of #BB03BC
Black with #BB03BC
Text Example
Text Example
White with #BB03BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB03BC; }
p { color: rgb(187,3,188); }
H1.HeaderClassName
{
color: #BB03BC;
}
.AnyTagClassName
{
color: #BB03BC;
}
</style>
background-color css
<style>
a { background-color: #BB03BC; }
a { background-color: rgb(187,3,188); }
div.DivClassName
{
background-color: #BB03BC;
}
.BgClassName
{
background-color: #BB03BC;
}
</style>
border-color css
<style>
span { border-color: #BB03BC; }
span { border-color: rgb(187,3,188); }
td.TdClassName
{
border-color: #BB03BC;
}
.TagClassName
{
border-color: #BB03BC;
}
</style>