Shades of Medium Violet Red #BB1978
Tints of Medium Violet Red #BB1978
RGB
CMYK
RGB Variations
Color information
#BB1978 (or 0xBB1978) is known color: Medium Violet Red. HEX triplet: BB, 19 and 78. RGB value is (187,25,120). Sum of RGB (Red+Green+Blue) = 187+25+120=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1978 is #44E687. Grayscale: #545454. Windows color (decimal): -4515464 or 7870907. OLE color: 7870907.
HSL color Cylindrical-coordinate representation of color #BB1978: hue angle of 324.81º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1978 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 120 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.27 |
| HSL | 324.81º | 0.76% | 0.42% | - |
| HSV(B) | 324.81º | 0.87% | 0.73% | - |
| XYZ | 24.23 | 12.62 | 18.93 | - |
| YUV | 84.27 | 148.17 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 120 | 0 | 0.87 | 0.36 | 0.27 | 324.81 | 0.76 | 0.42 |
| Hex | BB | 19 | 78 | 0 | 57 | 24 | 1B | 145 | 4C | 2A |
| Octal | 273 | 31 | 170 | 0 | 127 | 44 | 33 | 505 | 114 | 52 |
| Binary | 10111011 | 11001 | 1111000 | 0 | 1010111 | 100100 | 11011 | 101000101 | 1001100 | 101010 |
Color Harmonies of #BB1978
Complementary color
Monochromatic Colors of #BB1978
Black with #BB1978
Text Example
Text Example
White with #BB1978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1978; }
p { color: rgb(187,25,120); }
H1.HeaderClassName
{
color: #BB1978;
}
.AnyTagClassName
{
color: #BB1978;
}
</style>
background-color css
<style>
a { background-color: #BB1978; }
a { background-color: rgb(187,25,120); }
div.DivClassName
{
background-color: #BB1978;
}
.BgClassName
{
background-color: #BB1978;
}
</style>
border-color css
<style>
span { border-color: #BB1978; }
span { border-color: rgb(187,25,120); }
td.TdClassName
{
border-color: #BB1978;
}
.TagClassName
{
border-color: #BB1978;
}
</style>