Shades of Deep Magenta #BB04C3
Tints of Deep Magenta #BB04C3
RGB
CMYK
RGB Variations
Color information
#BB04C3 (or 0xBB04C3) is known color: Deep Magenta. HEX triplet: BB, 04 and C3. RGB value is (187,4,195). Sum of RGB (Red+Green+Blue) = 187+4+195=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 195 (76.56% from 255 or 50.52% from 386); Max value from RGB is 195 - color contains mainly: blue. Hex color #BB04C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB04C3 is #44FB3C. Grayscale: #4F4F4F. Windows color (decimal): -4520765 or 12780731. OLE color: 12780731.
HSL color Cylindrical-coordinate representation of color #BB04C3: hue angle of 297.49º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB04C3 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 4 | 195 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.24 |
| HSL | 297.49º | 0.96% | 0.39% | - |
| HSV(B) | 297.49º | 0.98% | 0.76% | - |
| XYZ | 30.39 | 14.59 | 52.84 | - |
| YUV | 80.49 | 192.63 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 195 | 0.04 | 0.98 | 0 | 0.24 | 297.49 | 0.96 | 0.39 |
| Hex | BB | 4 | C3 | 4 | 62 | 0 | 18 | 129 | 60 | 27 |
| Octal | 273 | 4 | 303 | 4 | 142 | 0 | 30 | 451 | 140 | 47 |
| Binary | 10111011 | 100 | 11000011 | 100 | 1100010 | 0 | 11000 | 100101001 | 1100000 | 100111 |
Color Harmonies of #BB04C3
Complementary color
Monochromatic Colors of #BB04C3
Black with #BB04C3
Text Example
Text Example
White with #BB04C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB04C3; }
p { color: rgb(187,4,195); }
H1.HeaderClassName
{
color: #BB04C3;
}
.AnyTagClassName
{
color: #BB04C3;
}
</style>
background-color css
<style>
a { background-color: #BB04C3; }
a { background-color: rgb(187,4,195); }
div.DivClassName
{
background-color: #BB04C3;
}
.BgClassName
{
background-color: #BB04C3;
}
</style>
border-color css
<style>
span { border-color: #BB04C3; }
span { border-color: rgb(187,4,195); }
td.TdClassName
{
border-color: #BB04C3;
}
.TagClassName
{
border-color: #BB04C3;
}
</style>