Shades of Deep Magenta #BB0FC1
Tints of Deep Magenta #BB0FC1
RGB
CMYK
RGB Variations
Color information
#BB0FC1 (or 0xBB0FC1) is known color: Deep Magenta. HEX triplet: BB, 0F and C1. RGB value is (187,15,193). Sum of RGB (Red+Green+Blue) = 187+15+193=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 15 (6.25% from 255 or 3.80% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB0FC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0FC1 is #44F03E. Grayscale: #565656. Windows color (decimal): -4517951 or 12652475. OLE color: 12652475.
HSL color Cylindrical-coordinate representation of color #BB0FC1: hue angle of 297.98º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB0FC1 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 15 | 193 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.24 |
| HSL | 297.98º | 0.86% | 0.41% | - |
| HSV(B) | 297.98º | 0.92% | 0.76% | - |
| XYZ | 30.29 | 14.76 | 51.7 | - |
| YUV | 86.72 | 187.98 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 193 | 0.03 | 0.92 | 0 | 0.24 | 297.98 | 0.86 | 0.41 |
| Hex | BB | F | C1 | 3 | 5C | 0 | 18 | 12A | 56 | 29 |
| Octal | 273 | 17 | 301 | 3 | 134 | 0 | 30 | 452 | 126 | 51 |
| Binary | 10111011 | 1111 | 11000001 | 11 | 1011100 | 0 | 11000 | 100101010 | 1010110 | 101001 |
Color Harmonies of #BB0FC1
Complementary color
Monochromatic Colors of #BB0FC1
Black with #BB0FC1
Text Example
Text Example
White with #BB0FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0FC1; }
p { color: rgb(187,15,193); }
H1.HeaderClassName
{
color: #BB0FC1;
}
.AnyTagClassName
{
color: #BB0FC1;
}
</style>
background-color css
<style>
a { background-color: #BB0FC1; }
a { background-color: rgb(187,15,193); }
div.DivClassName
{
background-color: #BB0FC1;
}
.BgClassName
{
background-color: #BB0FC1;
}
</style>
border-color css
<style>
span { border-color: #BB0FC1; }
span { border-color: rgb(187,15,193); }
td.TdClassName
{
border-color: #BB0FC1;
}
.TagClassName
{
border-color: #BB0FC1;
}
</style>