Shades of Medium Violet Red #BB1592
Tints of Medium Violet Red #BB1592
RGB
CMYK
RGB Variations
Color information
#BB1592 (or 0xBB1592) is known color: Medium Violet Red. HEX triplet: BB, 15 and 92. RGB value is (187,21,146). Sum of RGB (Red+Green+Blue) = 187+21+146=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1592 is #44EA6D. Grayscale: #545454. Windows color (decimal): -4516462 or 9573819. OLE color: 9573819.
HSL color Cylindrical-coordinate representation of color #BB1592: hue angle of 314.82º 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 #BB1592 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 146 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.27 |
| HSL | 314.82º | 0.8% | 0.41% | - |
| HSV(B) | 314.82º | 0.89% | 0.73% | - |
| XYZ | 25.95 | 13.18 | 28.37 | - |
| YUV | 84.88 | 162.5 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 146 | 0 | 0.89 | 0.22 | 0.27 | 314.82 | 0.8 | 0.41 |
| Hex | BB | 15 | 92 | 0 | 59 | 16 | 1B | 13B | 50 | 29 |
| Octal | 273 | 25 | 222 | 0 | 131 | 26 | 33 | 473 | 120 | 51 |
| Binary | 10111011 | 10101 | 10010010 | 0 | 1011001 | 10110 | 11011 | 100111011 | 1010000 | 101001 |
Color Harmonies of #BB1592
Complementary color
Monochromatic Colors of #BB1592
Black with #BB1592
Text Example
Text Example
White with #BB1592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1592; }
p { color: rgb(187,21,146); }
H1.HeaderClassName
{
color: #BB1592;
}
.AnyTagClassName
{
color: #BB1592;
}
</style>
background-color css
<style>
a { background-color: #BB1592; }
a { background-color: rgb(187,21,146); }
div.DivClassName
{
background-color: #BB1592;
}
.BgClassName
{
background-color: #BB1592;
}
</style>
border-color css
<style>
span { border-color: #BB1592; }
span { border-color: rgb(187,21,146); }
td.TdClassName
{
border-color: #BB1592;
}
.TagClassName
{
border-color: #BB1592;
}
</style>