Shades of Medium Violet Red #BB1975
Tints of Medium Violet Red #BB1975
RGB
CMYK
RGB Variations
Color information
#BB1975 (or 0xBB1975) is known color: Medium Violet Red. HEX triplet: BB, 19 and 75. RGB value is (187,25,117). Sum of RGB (Red+Green+Blue) = 187+25+117=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1975 is #44E68A. Grayscale: #535353. Windows color (decimal): -4515467 or 7674299. OLE color: 7674299.
HSL color Cylindrical-coordinate representation of color #BB1975: hue angle of 325.93º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1975 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 117 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.27 |
| HSL | 325.93º | 0.76% | 0.42% | - |
| HSV(B) | 325.93º | 0.87% | 0.73% | - |
| XYZ | 24.05 | 12.54 | 17.98 | - |
| YUV | 83.93 | 146.67 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 117 | 0 | 0.87 | 0.37 | 0.27 | 325.93 | 0.76 | 0.42 |
| Hex | BB | 19 | 75 | 0 | 57 | 25 | 1B | 146 | 4C | 2A |
| Octal | 273 | 31 | 165 | 0 | 127 | 45 | 33 | 506 | 114 | 52 |
| Binary | 10111011 | 11001 | 1110101 | 0 | 1010111 | 100101 | 11011 | 101000110 | 1001100 | 101010 |
Color Harmonies of #BB1975
Complementary color
Monochromatic Colors of #BB1975
Black with #BB1975
Text Example
Text Example
White with #BB1975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1975; }
p { color: rgb(187,25,117); }
H1.HeaderClassName
{
color: #BB1975;
}
.AnyTagClassName
{
color: #BB1975;
}
</style>
background-color css
<style>
a { background-color: #BB1975; }
a { background-color: rgb(187,25,117); }
div.DivClassName
{
background-color: #BB1975;
}
.BgClassName
{
background-color: #BB1975;
}
</style>
border-color css
<style>
span { border-color: #BB1975; }
span { border-color: rgb(187,25,117); }
td.TdClassName
{
border-color: #BB1975;
}
.TagClassName
{
border-color: #BB1975;
}
</style>