Shades of Medium Violet Red #BB1D8C
Tints of Medium Violet Red #BB1D8C
RGB
CMYK
RGB Variations
Color information
#BB1D8C (or 0xBB1D8C) is known color: Medium Violet Red. HEX triplet: BB, 1D and 8C. RGB value is (187,29,140). Sum of RGB (Red+Green+Blue) = 187+29+140=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1D8C is #44E273. Grayscale: #585858. Windows color (decimal): -4514420 or 9182651. OLE color: 9182651.
HSL color Cylindrical-coordinate representation of color #BB1D8C: hue angle of 317.85º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1D8C is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 29 | 140 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.27 |
| HSL | 317.85º | 0.73% | 0.42% | - |
| HSV(B) | 317.85º | 0.84% | 0.73% | - |
| XYZ | 25.67 | 13.34 | 26.03 | - |
| YUV | 88.9 | 156.85 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 29 | 140 | 0 | 0.84 | 0.25 | 0.27 | 317.85 | 0.73 | 0.42 |
| Hex | BB | 1D | 8C | 0 | 54 | 19 | 1B | 13E | 49 | 2A |
| Octal | 273 | 35 | 214 | 0 | 124 | 31 | 33 | 476 | 111 | 52 |
| Binary | 10111011 | 11101 | 10001100 | 0 | 1010100 | 11001 | 11011 | 100111110 | 1001001 | 101010 |
Color Harmonies of #BB1D8C
Complementary color
Monochromatic Colors of #BB1D8C
Black with #BB1D8C
Text Example
Text Example
White with #BB1D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1D8C; }
p { color: rgb(187,29,140); }
H1.HeaderClassName
{
color: #BB1D8C;
}
.AnyTagClassName
{
color: #BB1D8C;
}
</style>
background-color css
<style>
a { background-color: #BB1D8C; }
a { background-color: rgb(187,29,140); }
div.DivClassName
{
background-color: #BB1D8C;
}
.BgClassName
{
background-color: #BB1D8C;
}
</style>
border-color css
<style>
span { border-color: #BB1D8C; }
span { border-color: rgb(187,29,140); }
td.TdClassName
{
border-color: #BB1D8C;
}
.TagClassName
{
border-color: #BB1D8C;
}
</style>