Shades of Medium Violet Red #BB1794
Tints of Medium Violet Red #BB1794
RGB
CMYK
RGB Variations
Color information
#BB1794 (or 0xBB1794) is known color: Medium Violet Red. HEX triplet: BB, 17 and 94. RGB value is (187,23,148). Sum of RGB (Red+Green+Blue) = 187+23+148=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1794 is #44E86B. Grayscale: #555555. Windows color (decimal): -4515948 or 9705403. OLE color: 9705403.
HSL color Cylindrical-coordinate representation of color #BB1794: hue angle of 314.27º degrees, saturation: 0.78, 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 #BB1794 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 148 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.27 |
| HSL | 314.27º | 0.78% | 0.41% | - |
| HSV(B) | 314.27º | 0.88% | 0.73% | - |
| XYZ | 26.15 | 13.32 | 29.21 | - |
| YUV | 86.29 | 162.83 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 148 | 0 | 0.88 | 0.21 | 0.27 | 314.27 | 0.78 | 0.41 |
| Hex | BB | 17 | 94 | 0 | 58 | 15 | 1B | 13A | 4E | 29 |
| Octal | 273 | 27 | 224 | 0 | 130 | 25 | 33 | 472 | 116 | 51 |
| Binary | 10111011 | 10111 | 10010100 | 0 | 1011000 | 10101 | 11011 | 100111010 | 1001110 | 101001 |
Color Harmonies of #BB1794
Complementary color
Monochromatic Colors of #BB1794
Black with #BB1794
Text Example
Text Example
White with #BB1794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1794; }
p { color: rgb(187,23,148); }
H1.HeaderClassName
{
color: #BB1794;
}
.AnyTagClassName
{
color: #BB1794;
}
</style>
background-color css
<style>
a { background-color: #BB1794; }
a { background-color: rgb(187,23,148); }
div.DivClassName
{
background-color: #BB1794;
}
.BgClassName
{
background-color: #BB1794;
}
</style>
border-color css
<style>
span { border-color: #BB1794; }
span { border-color: rgb(187,23,148); }
td.TdClassName
{
border-color: #BB1794;
}
.TagClassName
{
border-color: #BB1794;
}
</style>