Shades of Medium Violet Red #BB1385
Tints of Medium Violet Red #BB1385
RGB
CMYK
RGB Variations
Color information
#BB1385 (or 0xBB1385) is known color: Medium Violet Red. HEX triplet: BB, 13 and 85. RGB value is (187,19,133). Sum of RGB (Red+Green+Blue) = 187+19+133=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1385 is #44EC7A. Grayscale: #515151. Windows color (decimal): -4516987 or 8721339. OLE color: 8721339.
HSL color Cylindrical-coordinate representation of color #BB1385: hue angle of 319.29º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1385 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 19 | 133 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.27 |
| HSL | 319.29º | 0.82% | 0.4% | - |
| HSV(B) | 319.29º | 0.9% | 0.73% | - |
| XYZ | 24.96 | 12.72 | 23.33 | - |
| YUV | 82.23 | 156.66 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 19 | 133 | 0 | 0.90 | 0.29 | 0.27 | 319.29 | 0.82 | 0.4 |
| Hex | BB | 13 | 85 | 0 | 5A | 1D | 1B | 13F | 52 | 28 |
| Octal | 273 | 23 | 205 | 0 | 132 | 35 | 33 | 477 | 122 | 50 |
| Binary | 10111011 | 10011 | 10000101 | 0 | 1011010 | 11101 | 11011 | 100111111 | 1010010 | 101000 |
Color Harmonies of #BB1385
Complementary color
Monochromatic Colors of #BB1385
Black with #BB1385
Text Example
Text Example
White with #BB1385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1385; }
p { color: rgb(187,19,133); }
H1.HeaderClassName
{
color: #BB1385;
}
.AnyTagClassName
{
color: #BB1385;
}
</style>
background-color css
<style>
a { background-color: #BB1385; }
a { background-color: rgb(187,19,133); }
div.DivClassName
{
background-color: #BB1385;
}
.BgClassName
{
background-color: #BB1385;
}
</style>
border-color css
<style>
span { border-color: #BB1385; }
span { border-color: rgb(187,19,133); }
td.TdClassName
{
border-color: #BB1385;
}
.TagClassName
{
border-color: #BB1385;
}
</style>