Shades of Deep Magenta #BB1EBF
Tints of Deep Magenta #BB1EBF
RGB
CMYK
RGB Variations
Color information
#BB1EBF (or 0xBB1EBF) is known color: Deep Magenta. HEX triplet: BB, 1E and BF. RGB value is (187,30,191). Sum of RGB (Red+Green+Blue) = 187+30+191=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 30 (12.11% from 255 or 7.35% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB1EBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1EBF is #44E140. Grayscale: #5E5E5E. Windows color (decimal): -4514113 or 12525243. OLE color: 12525243.
HSL color Cylindrical-coordinate representation of color #BB1EBF: hue angle of 298.51º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1EBF is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 30 | 191 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.25 |
| HSL | 298.51º | 0.73% | 0.43% | - |
| HSV(B) | 298.51º | 0.84% | 0.75% | - |
| XYZ | 30.36 | 15.25 | 50.63 | - |
| YUV | 95.3 | 182.01 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 30 | 191 | 0.02 | 0.84 | 0 | 0.25 | 298.51 | 0.73 | 0.43 |
| Hex | BB | 1E | BF | 2 | 54 | 0 | 19 | 12B | 49 | 2B |
| Octal | 273 | 36 | 277 | 2 | 124 | 0 | 31 | 453 | 111 | 53 |
| Binary | 10111011 | 11110 | 10111111 | 10 | 1010100 | 0 | 11001 | 100101011 | 1001001 | 101011 |
Color Harmonies of #BB1EBF
Complementary color
Monochromatic Colors of #BB1EBF
Black with #BB1EBF
Text Example
Text Example
White with #BB1EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1EBF; }
p { color: rgb(187,30,191); }
H1.HeaderClassName
{
color: #BB1EBF;
}
.AnyTagClassName
{
color: #BB1EBF;
}
</style>
background-color css
<style>
a { background-color: #BB1EBF; }
a { background-color: rgb(187,30,191); }
div.DivClassName
{
background-color: #BB1EBF;
}
.BgClassName
{
background-color: #BB1EBF;
}
</style>
border-color css
<style>
span { border-color: #BB1EBF; }
span { border-color: rgb(187,30,191); }
td.TdClassName
{
border-color: #BB1EBF;
}
.TagClassName
{
border-color: #BB1EBF;
}
</style>