Shades of Medium Violet Red #BB1275
Tints of Medium Violet Red #BB1275
RGB
CMYK
RGB Variations
Color information
#BB1275 (or 0xBB1275) is known color: Medium Violet Red. HEX triplet: BB, 12 and 75. RGB value is (187,18,117). Sum of RGB (Red+Green+Blue) = 187+18+117=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1275 is #44ED8A. Grayscale: #4F4F4F. Windows color (decimal): -4517259 or 7672507. OLE color: 7672507.
HSL color Cylindrical-coordinate representation of color #BB1275: hue angle of 324.85º 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 #BB1275 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 18 | 117 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.27 |
| HSL | 324.85º | 0.82% | 0.4% | - |
| HSV(B) | 324.85º | 0.9% | 0.73% | - |
| XYZ | 23.92 | 12.28 | 17.94 | - |
| YUV | 79.82 | 148.99 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 18 | 117 | 0 | 0.90 | 0.37 | 0.27 | 324.85 | 0.82 | 0.4 |
| Hex | BB | 12 | 75 | 0 | 5A | 25 | 1B | 145 | 52 | 28 |
| Octal | 273 | 22 | 165 | 0 | 132 | 45 | 33 | 505 | 122 | 50 |
| Binary | 10111011 | 10010 | 1110101 | 0 | 1011010 | 100101 | 11011 | 101000101 | 1010010 | 101000 |
Color Harmonies of #BB1275
Complementary color
Monochromatic Colors of #BB1275
Black with #BB1275
Text Example
Text Example
White with #BB1275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1275; }
p { color: rgb(187,18,117); }
H1.HeaderClassName
{
color: #BB1275;
}
.AnyTagClassName
{
color: #BB1275;
}
</style>
background-color css
<style>
a { background-color: #BB1275; }
a { background-color: rgb(187,18,117); }
div.DivClassName
{
background-color: #BB1275;
}
.BgClassName
{
background-color: #BB1275;
}
</style>
border-color css
<style>
span { border-color: #BB1275; }
span { border-color: rgb(187,18,117); }
td.TdClassName
{
border-color: #BB1275;
}
.TagClassName
{
border-color: #BB1275;
}
</style>