Shades of Medium Violet Red #BB1675
Tints of Medium Violet Red #BB1675
RGB
CMYK
RGB Variations
Color information
#BB1675 (or 0xBB1675) is known color: Medium Violet Red. HEX triplet: BB, 16 and 75. RGB value is (187,22,117). Sum of RGB (Red+Green+Blue) = 187+22+117=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1675 is #44E98A. Grayscale: #515151. Windows color (decimal): -4516235 or 7673531. OLE color: 7673531.
HSL color Cylindrical-coordinate representation of color #BB1675: hue angle of 325.45º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1675 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 22 | 117 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.27 |
| HSL | 325.45º | 0.79% | 0.41% | - |
| HSV(B) | 325.45º | 0.88% | 0.73% | - |
| XYZ | 23.99 | 12.42 | 17.96 | - |
| YUV | 82.17 | 147.66 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 117 | 0 | 0.88 | 0.37 | 0.27 | 325.45 | 0.79 | 0.41 |
| Hex | BB | 16 | 75 | 0 | 58 | 25 | 1B | 145 | 4F | 29 |
| Octal | 273 | 26 | 165 | 0 | 130 | 45 | 33 | 505 | 117 | 51 |
| Binary | 10111011 | 10110 | 1110101 | 0 | 1011000 | 100101 | 11011 | 101000101 | 1001111 | 101001 |
Color Harmonies of #BB1675
Complementary color
Monochromatic Colors of #BB1675
Black with #BB1675
Text Example
Text Example
White with #BB1675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1675; }
p { color: rgb(187,22,117); }
H1.HeaderClassName
{
color: #BB1675;
}
.AnyTagClassName
{
color: #BB1675;
}
</style>
background-color css
<style>
a { background-color: #BB1675; }
a { background-color: rgb(187,22,117); }
div.DivClassName
{
background-color: #BB1675;
}
.BgClassName
{
background-color: #BB1675;
}
</style>
border-color css
<style>
span { border-color: #BB1675; }
span { border-color: rgb(187,22,117); }
td.TdClassName
{
border-color: #BB1675;
}
.TagClassName
{
border-color: #BB1675;
}
</style>