Shades of Medium Violet Red #BB0178
Tints of Medium Violet Red #BB0178
RGB
CMYK
RGB Variations
Color information
#BB0178 (or 0xBB0178) is known color: Medium Violet Red. HEX triplet: BB, 01 and 78. RGB value is (187,1,120). Sum of RGB (Red+Green+Blue) = 187+1+120=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0178 is #44FE87. Grayscale: #454545. Windows color (decimal): -4521608 or 7864763. OLE color: 7864763.
HSL color Cylindrical-coordinate representation of color #BB0178: hue angle of 321.61º 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 #BB0178 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 120 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.27 |
| HSL | 321.61º | 0.99% | 0.37% | - |
| HSV(B) | 321.61º | 0.99% | 0.73% | - |
| XYZ | 23.89 | 11.94 | 18.82 | - |
| YUV | 70.18 | 156.12 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 120 | 0 | 0.99 | 0.36 | 0.27 | 321.61 | 0.99 | 0.37 |
| Hex | BB | 1 | 78 | 0 | 63 | 24 | 1B | 142 | 63 | 25 |
| Octal | 273 | 1 | 170 | 0 | 143 | 44 | 33 | 502 | 143 | 45 |
| Binary | 10111011 | 1 | 1111000 | 0 | 1100011 | 100100 | 11011 | 101000010 | 1100011 | 100101 |
Color Harmonies of #BB0178
Complementary color
Monochromatic Colors of #BB0178
Black with #BB0178
Text Example
Text Example
White with #BB0178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0178; }
p { color: rgb(187,1,120); }
H1.HeaderClassName
{
color: #BB0178;
}
.AnyTagClassName
{
color: #BB0178;
}
</style>
background-color css
<style>
a { background-color: #BB0178; }
a { background-color: rgb(187,1,120); }
div.DivClassName
{
background-color: #BB0178;
}
.BgClassName
{
background-color: #BB0178;
}
</style>
border-color css
<style>
span { border-color: #BB0178; }
span { border-color: rgb(187,1,120); }
td.TdClassName
{
border-color: #BB0178;
}
.TagClassName
{
border-color: #BB0178;
}
</style>