Shades of Deep Magenta #BB1FC1
Tints of Deep Magenta #BB1FC1
RGB
CMYK
RGB Variations
Color information
#BB1FC1 (or 0xBB1FC1) is known color: Deep Magenta. HEX triplet: BB, 1F and C1. RGB value is (187,31,193). Sum of RGB (Red+Green+Blue) = 187+31+193=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 31 (12.5% from 255 or 7.54% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB1FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1FC1 is #44E03E. Grayscale: #5F5F5F. Windows color (decimal): -4513855 or 12656571. OLE color: 12656571.
HSL color Cylindrical-coordinate representation of color #BB1FC1: hue angle of 297.78º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1FC1 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 31 | 193 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.24 |
| HSL | 297.78º | 0.72% | 0.44% | - |
| HSV(B) | 297.78º | 0.84% | 0.76% | - |
| XYZ | 30.61 | 15.4 | 51.81 | - |
| YUV | 96.11 | 182.68 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 31 | 193 | 0.03 | 0.84 | 0 | 0.24 | 297.78 | 0.72 | 0.44 |
| Hex | BB | 1F | C1 | 3 | 54 | 0 | 18 | 12A | 48 | 2C |
| Octal | 273 | 37 | 301 | 3 | 124 | 0 | 30 | 452 | 110 | 54 |
| Binary | 10111011 | 11111 | 11000001 | 11 | 1010100 | 0 | 11000 | 100101010 | 1001000 | 101100 |
Color Harmonies of #BB1FC1
Complementary color
Monochromatic Colors of #BB1FC1
Black with #BB1FC1
Text Example
Text Example
White with #BB1FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1FC1; }
p { color: rgb(187,31,193); }
H1.HeaderClassName
{
color: #BB1FC1;
}
.AnyTagClassName
{
color: #BB1FC1;
}
</style>
background-color css
<style>
a { background-color: #BB1FC1; }
a { background-color: rgb(187,31,193); }
div.DivClassName
{
background-color: #BB1FC1;
}
.BgClassName
{
background-color: #BB1FC1;
}
</style>
border-color css
<style>
span { border-color: #BB1FC1; }
span { border-color: rgb(187,31,193); }
td.TdClassName
{
border-color: #BB1FC1;
}
.TagClassName
{
border-color: #BB1FC1;
}
</style>