Shades of Medium Red Violet #BB3983
Tints of Medium Red Violet #BB3983
RGB
CMYK
RGB Variations
Color information
#BB3983 (or 0xBB3983) is known color: Medium Red Violet. HEX triplet: BB, 39 and 83. RGB value is (187,57,131). Sum of RGB (Red+Green+Blue) = 187+57+131=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3983 is #44C67C. Grayscale: #686868. Windows color (decimal): -4507261 or 8599995. OLE color: 8599995.
HSL color Cylindrical-coordinate representation of color #BB3983: hue angle of 325.85º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3983 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 57 | 131 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.27 |
| HSL | 325.85º | 0.53% | 0.48% | - |
| HSV(B) | 325.85º | 0.7% | 0.73% | - |
| XYZ | 26.05 | 15.13 | 23.02 | - |
| YUV | 104.31 | 143.07 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 131 | 0 | 0.70 | 0.30 | 0.27 | 325.85 | 0.53 | 0.48 |
| Hex | BB | 39 | 83 | 0 | 46 | 1E | 1B | 146 | 35 | 30 |
| Octal | 273 | 71 | 203 | 0 | 106 | 36 | 33 | 506 | 65 | 60 |
| Binary | 10111011 | 111001 | 10000011 | 0 | 1000110 | 11110 | 11011 | 101000110 | 110101 | 110000 |
Color Harmonies of #BB3983
Complementary color
Monochromatic Colors of #BB3983
Black with #BB3983
Text Example
Text Example
White with #BB3983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3983; }
p { color: rgb(187,57,131); }
H1.HeaderClassName
{
color: #BB3983;
}
.AnyTagClassName
{
color: #BB3983;
}
</style>
background-color css
<style>
a { background-color: #BB3983; }
a { background-color: rgb(187,57,131); }
div.DivClassName
{
background-color: #BB3983;
}
.BgClassName
{
background-color: #BB3983;
}
</style>
border-color css
<style>
span { border-color: #BB3983; }
span { border-color: rgb(187,57,131); }
td.TdClassName
{
border-color: #BB3983;
}
.TagClassName
{
border-color: #BB3983;
}
</style>