Shades of Medium Violet Red #BB1295
Tints of Medium Violet Red #BB1295
RGB
CMYK
RGB Variations
Color information
#BB1295 (or 0xBB1295) is known color: Medium Violet Red. HEX triplet: BB, 12 and 95. RGB value is (187,18,149). Sum of RGB (Red+Green+Blue) = 187+18+149=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1295 is #44ED6A. Grayscale: #535353. Windows color (decimal): -4517227 or 9769659. OLE color: 9769659.
HSL color Cylindrical-coordinate representation of color #BB1295: hue angle of 313.49º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1295 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 18 | 149 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.27 |
| HSL | 313.49º | 0.82% | 0.4% | - |
| HSV(B) | 313.49º | 0.9% | 0.73% | - |
| XYZ | 26.13 | 13.17 | 29.6 | - |
| YUV | 83.47 | 164.99 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 18 | 149 | 0 | 0.90 | 0.20 | 0.27 | 313.49 | 0.82 | 0.4 |
| Hex | BB | 12 | 95 | 0 | 5A | 14 | 1B | 139 | 52 | 28 |
| Octal | 273 | 22 | 225 | 0 | 132 | 24 | 33 | 471 | 122 | 50 |
| Binary | 10111011 | 10010 | 10010101 | 0 | 1011010 | 10100 | 11011 | 100111001 | 1010010 | 101000 |
Color Harmonies of #BB1295
Complementary color
Monochromatic Colors of #BB1295
Black with #BB1295
Text Example
Text Example
White with #BB1295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1295; }
p { color: rgb(187,18,149); }
H1.HeaderClassName
{
color: #BB1295;
}
.AnyTagClassName
{
color: #BB1295;
}
</style>
background-color css
<style>
a { background-color: #BB1295; }
a { background-color: rgb(187,18,149); }
div.DivClassName
{
background-color: #BB1295;
}
.BgClassName
{
background-color: #BB1295;
}
</style>
border-color css
<style>
span { border-color: #BB1295; }
span { border-color: rgb(187,18,149); }
td.TdClassName
{
border-color: #BB1295;
}
.TagClassName
{
border-color: #BB1295;
}
</style>