Shades of Medium Violet Red #BB1983
Tints of Medium Violet Red #BB1983
RGB
CMYK
RGB Variations
Color information
#BB1983 (or 0xBB1983) is known color: Medium Violet Red. HEX triplet: BB, 19 and 83. RGB value is (187,25,131). Sum of RGB (Red+Green+Blue) = 187+25+131=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1983 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1983 is #44E67C. Grayscale: #555555. Windows color (decimal): -4515453 or 8591803. OLE color: 8591803.
HSL color Cylindrical-coordinate representation of color #BB1983: hue angle of 320.74º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1983 is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 131 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.27 |
| HSL | 320.74º | 0.76% | 0.42% | - |
| HSV(B) | 320.74º | 0.87% | 0.73% | - |
| XYZ | 24.94 | 12.9 | 22.65 | - |
| YUV | 85.52 | 153.67 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 131 | 0 | 0.87 | 0.30 | 0.27 | 320.74 | 0.76 | 0.42 |
| Hex | BB | 19 | 83 | 0 | 57 | 1E | 1B | 141 | 4C | 2A |
| Octal | 273 | 31 | 203 | 0 | 127 | 36 | 33 | 501 | 114 | 52 |
| Binary | 10111011 | 11001 | 10000011 | 0 | 1010111 | 11110 | 11011 | 101000001 | 1001100 | 101010 |
Color Harmonies of #BB1983
Complementary color
Monochromatic Colors of #BB1983
Black with #BB1983
Text Example
Text Example
White with #BB1983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1983; }
p { color: rgb(187,25,131); }
H1.HeaderClassName
{
color: #BB1983;
}
.AnyTagClassName
{
color: #BB1983;
}
</style>
background-color css
<style>
a { background-color: #BB1983; }
a { background-color: rgb(187,25,131); }
div.DivClassName
{
background-color: #BB1983;
}
.BgClassName
{
background-color: #BB1983;
}
</style>
border-color css
<style>
span { border-color: #BB1983; }
span { border-color: rgb(187,25,131); }
td.TdClassName
{
border-color: #BB1983;
}
.TagClassName
{
border-color: #BB1983;
}
</style>