Shades of Medium Violet Red #BB1485
Tints of Medium Violet Red #BB1485
RGB
CMYK
RGB Variations
Color information
#BB1485 (or 0xBB1485) is known color: Medium Violet Red. HEX triplet: BB, 14 and 85. RGB value is (187,20,133). Sum of RGB (Red+Green+Blue) = 187+20+133=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1485 is #44EB7A. Grayscale: #525252. Windows color (decimal): -4516731 or 8721595. OLE color: 8721595.
HSL color Cylindrical-coordinate representation of color #BB1485: hue angle of 319.4º degrees, saturation: 0.81, 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 #BB1485 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 20 | 133 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.27 |
| HSL | 319.4º | 0.81% | 0.41% | - |
| HSV(B) | 319.4º | 0.89% | 0.73% | - |
| XYZ | 24.98 | 12.76 | 23.34 | - |
| YUV | 82.82 | 156.33 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 133 | 0 | 0.89 | 0.29 | 0.27 | 319.4 | 0.81 | 0.41 |
| Hex | BB | 14 | 85 | 0 | 59 | 1D | 1B | 13F | 51 | 29 |
| Octal | 273 | 24 | 205 | 0 | 131 | 35 | 33 | 477 | 121 | 51 |
| Binary | 10111011 | 10100 | 10000101 | 0 | 1011001 | 11101 | 11011 | 100111111 | 1010001 | 101001 |
Color Harmonies of #BB1485
Complementary color
Monochromatic Colors of #BB1485
Black with #BB1485
Text Example
Text Example
White with #BB1485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1485; }
p { color: rgb(187,20,133); }
H1.HeaderClassName
{
color: #BB1485;
}
.AnyTagClassName
{
color: #BB1485;
}
</style>
background-color css
<style>
a { background-color: #BB1485; }
a { background-color: rgb(187,20,133); }
div.DivClassName
{
background-color: #BB1485;
}
.BgClassName
{
background-color: #BB1485;
}
</style>
border-color css
<style>
span { border-color: #BB1485; }
span { border-color: rgb(187,20,133); }
td.TdClassName
{
border-color: #BB1485;
}
.TagClassName
{
border-color: #BB1485;
}
</style>