Shades of Deep Magenta #BB0FCA
Tints of Deep Magenta #BB0FCA
RGB
CMYK
RGB Variations
Color information
#BB0FCA (or 0xBB0FCA) is known color: Deep Magenta. HEX triplet: BB, 0F and CA. RGB value is (187,15,202). Sum of RGB (Red+Green+Blue) = 187+15+202=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 15 (6.25% from 255 or 3.71% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB0FCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0FCA is #44F035. Grayscale: #575757. Windows color (decimal): -4517942 or 13242299. OLE color: 13242299.
HSL color Cylindrical-coordinate representation of color #BB0FCA: hue angle of 295.19º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0FCA is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 15 | 202 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.21 |
| HSL | 295.19º | 0.86% | 0.43% | - |
| HSV(B) | 295.19º | 0.93% | 0.79% | - |
| XYZ | 31.33 | 15.17 | 57.15 | - |
| YUV | 87.75 | 192.48 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 202 | 0.07 | 0.93 | 0 | 0.21 | 295.19 | 0.86 | 0.43 |
| Hex | BB | F | CA | 7 | 5D | 0 | 15 | 127 | 56 | 2B |
| Octal | 273 | 17 | 312 | 7 | 135 | 0 | 25 | 447 | 126 | 53 |
| Binary | 10111011 | 1111 | 11001010 | 111 | 1011101 | 0 | 10101 | 100100111 | 1010110 | 101011 |
Color Harmonies of #BB0FCA
Complementary color
Monochromatic Colors of #BB0FCA
Black with #BB0FCA
Text Example
Text Example
White with #BB0FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0FCA; }
p { color: rgb(187,15,202); }
H1.HeaderClassName
{
color: #BB0FCA;
}
.AnyTagClassName
{
color: #BB0FCA;
}
</style>
background-color css
<style>
a { background-color: #BB0FCA; }
a { background-color: rgb(187,15,202); }
div.DivClassName
{
background-color: #BB0FCA;
}
.BgClassName
{
background-color: #BB0FCA;
}
</style>
border-color css
<style>
span { border-color: #BB0FCA; }
span { border-color: rgb(187,15,202); }
td.TdClassName
{
border-color: #BB0FCA;
}
.TagClassName
{
border-color: #BB0FCA;
}
</style>