Shades of Medium Violet Red #BB0179
Tints of Medium Violet Red #BB0179
RGB
CMYK
RGB Variations
Color information
#BB0179 (or 0xBB0179) is known color: Medium Violet Red. HEX triplet: BB, 01 and 79. RGB value is (187,1,121). Sum of RGB (Red+Green+Blue) = 187+1+121=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0179 is #44FE86. Grayscale: #464646. Windows color (decimal): -4521607 or 7930299. OLE color: 7930299.
HSL color Cylindrical-coordinate representation of color #BB0179: hue angle of 321.29º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0179 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 121 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.27 |
| HSL | 321.29º | 0.99% | 0.37% | - |
| HSV(B) | 321.29º | 0.99% | 0.73% | - |
| XYZ | 23.96 | 11.97 | 19.14 | - |
| YUV | 70.29 | 156.62 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 121 | 0 | 0.99 | 0.35 | 0.27 | 321.29 | 0.99 | 0.37 |
| Hex | BB | 1 | 79 | 0 | 63 | 23 | 1B | 141 | 63 | 25 |
| Octal | 273 | 1 | 171 | 0 | 143 | 43 | 33 | 501 | 143 | 45 |
| Binary | 10111011 | 1 | 1111001 | 0 | 1100011 | 100011 | 11011 | 101000001 | 1100011 | 100101 |
Color Harmonies of #BB0179
Complementary color
Monochromatic Colors of #BB0179
Black with #BB0179
Text Example
Text Example
White with #BB0179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0179; }
p { color: rgb(187,1,121); }
H1.HeaderClassName
{
color: #BB0179;
}
.AnyTagClassName
{
color: #BB0179;
}
</style>
background-color css
<style>
a { background-color: #BB0179; }
a { background-color: rgb(187,1,121); }
div.DivClassName
{
background-color: #BB0179;
}
.BgClassName
{
background-color: #BB0179;
}
</style>
border-color css
<style>
span { border-color: #BB0179; }
span { border-color: rgb(187,1,121); }
td.TdClassName
{
border-color: #BB0179;
}
.TagClassName
{
border-color: #BB0179;
}
</style>