Shades of Medium Violet Red #BB1584
Tints of Medium Violet Red #BB1584
RGB
CMYK
RGB Variations
Color information
#BB1584 (or 0xBB1584) is known color: Medium Violet Red. HEX triplet: BB, 15 and 84. RGB value is (187,21,132). Sum of RGB (Red+Green+Blue) = 187+21+132=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1584 is #44EA7B. Grayscale: #535353. Windows color (decimal): -4516476 or 8656315. OLE color: 8656315.
HSL color Cylindrical-coordinate representation of color #BB1584: hue angle of 319.88º 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 #BB1584 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 132 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.27 |
| HSL | 319.88º | 0.8% | 0.41% | - |
| HSV(B) | 319.88º | 0.89% | 0.73% | - |
| XYZ | 24.93 | 12.77 | 22.98 | - |
| YUV | 83.29 | 155.5 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 132 | 0 | 0.89 | 0.29 | 0.27 | 319.88 | 0.8 | 0.41 |
| Hex | BB | 15 | 84 | 0 | 59 | 1D | 1B | 140 | 50 | 29 |
| Octal | 273 | 25 | 204 | 0 | 131 | 35 | 33 | 500 | 120 | 51 |
| Binary | 10111011 | 10101 | 10000100 | 0 | 1011001 | 11101 | 11011 | 101000000 | 1010000 | 101001 |
Color Harmonies of #BB1584
Complementary color
Monochromatic Colors of #BB1584
Black with #BB1584
Text Example
Text Example
White with #BB1584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1584; }
p { color: rgb(187,21,132); }
H1.HeaderClassName
{
color: #BB1584;
}
.AnyTagClassName
{
color: #BB1584;
}
</style>
background-color css
<style>
a { background-color: #BB1584; }
a { background-color: rgb(187,21,132); }
div.DivClassName
{
background-color: #BB1584;
}
.BgClassName
{
background-color: #BB1584;
}
</style>
border-color css
<style>
span { border-color: #BB1584; }
span { border-color: rgb(187,21,132); }
td.TdClassName
{
border-color: #BB1584;
}
.TagClassName
{
border-color: #BB1584;
}
</style>