Shades of Medium Violet Red #BB1574
Tints of Medium Violet Red #BB1574
RGB
CMYK
RGB Variations
Color information
#BB1574 (or 0xBB1574) is known color: Medium Violet Red. HEX triplet: BB, 15 and 74. RGB value is (187,21,116). Sum of RGB (Red+Green+Blue) = 187+21+116=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1574 is #44EA8B. Grayscale: #515151. Windows color (decimal): -4516492 or 7607739. OLE color: 7607739.
HSL color Cylindrical-coordinate representation of color #BB1574: hue angle of 325.66º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1574 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 116 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.27 |
| HSL | 325.66º | 0.8% | 0.41% | - |
| HSV(B) | 325.66º | 0.89% | 0.73% | - |
| XYZ | 23.91 | 12.36 | 17.65 | - |
| YUV | 81.46 | 147.5 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 116 | 0 | 0.89 | 0.38 | 0.27 | 325.66 | 0.8 | 0.41 |
| Hex | BB | 15 | 74 | 0 | 59 | 26 | 1B | 146 | 50 | 29 |
| Octal | 273 | 25 | 164 | 0 | 131 | 46 | 33 | 506 | 120 | 51 |
| Binary | 10111011 | 10101 | 1110100 | 0 | 1011001 | 100110 | 11011 | 101000110 | 1010000 | 101001 |
Color Harmonies of #BB1574
Complementary color
Monochromatic Colors of #BB1574
Black with #BB1574
Text Example
Text Example
White with #BB1574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1574; }
p { color: rgb(187,21,116); }
H1.HeaderClassName
{
color: #BB1574;
}
.AnyTagClassName
{
color: #BB1574;
}
</style>
background-color css
<style>
a { background-color: #BB1574; }
a { background-color: rgb(187,21,116); }
div.DivClassName
{
background-color: #BB1574;
}
.BgClassName
{
background-color: #BB1574;
}
</style>
border-color css
<style>
span { border-color: #BB1574; }
span { border-color: rgb(187,21,116); }
td.TdClassName
{
border-color: #BB1574;
}
.TagClassName
{
border-color: #BB1574;
}
</style>