Shades of Medium Violet Red #BB0585
Tints of Medium Violet Red #BB0585
RGB
CMYK
RGB Variations
Color information
#BB0585 (or 0xBB0585) is known color: Medium Violet Red. HEX triplet: BB, 05 and 85. RGB value is (187,5,133). Sum of RGB (Red+Green+Blue) = 187+5+133=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0585 is #44FA7A. Grayscale: #494949. Windows color (decimal): -4520571 or 8717755. OLE color: 8717755.
HSL color Cylindrical-coordinate representation of color #BB0585: hue angle of 317.8º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB0585 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 5 | 133 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.27 |
| HSL | 317.8º | 0.95% | 0.38% | - |
| HSV(B) | 317.8º | 0.97% | 0.73% | - |
| XYZ | 24.78 | 12.37 | 23.27 | - |
| YUV | 74.01 | 161.3 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 5 | 133 | 0 | 0.97 | 0.29 | 0.27 | 317.8 | 0.95 | 0.38 |
| Hex | BB | 5 | 85 | 0 | 61 | 1D | 1B | 13E | 5F | 26 |
| Octal | 273 | 5 | 205 | 0 | 141 | 35 | 33 | 476 | 137 | 46 |
| Binary | 10111011 | 101 | 10000101 | 0 | 1100001 | 11101 | 11011 | 100111110 | 1011111 | 100110 |
Color Harmonies of #BB0585
Complementary color
Monochromatic Colors of #BB0585
Black with #BB0585
Text Example
Text Example
White with #BB0585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0585; }
p { color: rgb(187,5,133); }
H1.HeaderClassName
{
color: #BB0585;
}
.AnyTagClassName
{
color: #BB0585;
}
</style>
background-color css
<style>
a { background-color: #BB0585; }
a { background-color: rgb(187,5,133); }
div.DivClassName
{
background-color: #BB0585;
}
.BgClassName
{
background-color: #BB0585;
}
</style>
border-color css
<style>
span { border-color: #BB0585; }
span { border-color: rgb(187,5,133); }
td.TdClassName
{
border-color: #BB0585;
}
.TagClassName
{
border-color: #BB0585;
}
</style>