Shades of Medium Violet Red #BB0185
Tints of Medium Violet Red #BB0185
RGB
CMYK
RGB Variations
Color information
#BB0185 (or 0xBB0185) is known color: Medium Violet Red. HEX triplet: BB, 01 and 85. RGB value is (187,1,133). Sum of RGB (Red+Green+Blue) = 187+1+133=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0185 is #44FE7A. Grayscale: #474747. Windows color (decimal): -4521595 or 8716731. OLE color: 8716731.
HSL color Cylindrical-coordinate representation of color #BB0185: hue angle of 317.42º 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 #BB0185 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 133 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.27 |
| HSL | 317.42º | 0.99% | 0.37% | - |
| HSV(B) | 317.42º | 0.99% | 0.73% | - |
| XYZ | 24.74 | 12.28 | 23.26 | - |
| YUV | 71.66 | 162.62 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 133 | 0 | 0.99 | 0.29 | 0.27 | 317.42 | 0.99 | 0.37 |
| Hex | BB | 1 | 85 | 0 | 63 | 1D | 1B | 13D | 63 | 25 |
| Octal | 273 | 1 | 205 | 0 | 143 | 35 | 33 | 475 | 143 | 45 |
| Binary | 10111011 | 1 | 10000101 | 0 | 1100011 | 11101 | 11011 | 100111101 | 1100011 | 100101 |
Color Harmonies of #BB0185
Complementary color
Monochromatic Colors of #BB0185
Black with #BB0185
Text Example
Text Example
White with #BB0185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0185; }
p { color: rgb(187,1,133); }
H1.HeaderClassName
{
color: #BB0185;
}
.AnyTagClassName
{
color: #BB0185;
}
</style>
background-color css
<style>
a { background-color: #BB0185; }
a { background-color: rgb(187,1,133); }
div.DivClassName
{
background-color: #BB0185;
}
.BgClassName
{
background-color: #BB0185;
}
</style>
border-color css
<style>
span { border-color: #BB0185; }
span { border-color: rgb(187,1,133); }
td.TdClassName
{
border-color: #BB0185;
}
.TagClassName
{
border-color: #BB0185;
}
</style>