Shades of Deep Magenta #BB12BF
Tints of Deep Magenta #BB12BF
RGB
CMYK
RGB Variations
Color information
#BB12BF (or 0xBB12BF) is known color: Deep Magenta. HEX triplet: BB, 12 and BF. RGB value is (187,18,191). Sum of RGB (Red+Green+Blue) = 187+18+191=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB12BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB12BF is #44ED40. Grayscale: #575757. Windows color (decimal): -4517185 or 12522171. OLE color: 12522171.
HSL color Cylindrical-coordinate representation of color #BB12BF: hue angle of 298.61º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB12BF is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 18 | 191 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.25 |
| HSL | 298.61º | 0.83% | 0.41% | - |
| HSV(B) | 298.61º | 0.91% | 0.75% | - |
| XYZ | 30.11 | 14.76 | 50.55 | - |
| YUV | 88.25 | 185.99 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 18 | 191 | 0.02 | 0.91 | 0 | 0.25 | 298.61 | 0.83 | 0.41 |
| Hex | BB | 12 | BF | 2 | 5B | 0 | 19 | 12B | 53 | 29 |
| Octal | 273 | 22 | 277 | 2 | 133 | 0 | 31 | 453 | 123 | 51 |
| Binary | 10111011 | 10010 | 10111111 | 10 | 1011011 | 0 | 11001 | 100101011 | 1010011 | 101001 |
Color Harmonies of #BB12BF
Complementary color
Monochromatic Colors of #BB12BF
Black with #BB12BF
Text Example
Text Example
White with #BB12BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB12BF; }
p { color: rgb(187,18,191); }
H1.HeaderClassName
{
color: #BB12BF;
}
.AnyTagClassName
{
color: #BB12BF;
}
</style>
background-color css
<style>
a { background-color: #BB12BF; }
a { background-color: rgb(187,18,191); }
div.DivClassName
{
background-color: #BB12BF;
}
.BgClassName
{
background-color: #BB12BF;
}
</style>
border-color css
<style>
span { border-color: #BB12BF; }
span { border-color: rgb(187,18,191); }
td.TdClassName
{
border-color: #BB12BF;
}
.TagClassName
{
border-color: #BB12BF;
}
</style>