Shades of Medium Red Violet #BB3783
Tints of Medium Red Violet #BB3783
RGB
CMYK
RGB Variations
Color information
#BB3783 (or 0xBB3783) is known color: Medium Red Violet. HEX triplet: BB, 37 and 83. RGB value is (187,55,131). Sum of RGB (Red+Green+Blue) = 187+55+131=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 55 (21.88% from 255 or 14.75% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3783 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3783 is #44C87C. Grayscale: #666666. Windows color (decimal): -4507773 or 8599483. OLE color: 8599483.
HSL color Cylindrical-coordinate representation of color #BB3783: hue angle of 325.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB3783 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 55 | 131 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.27 |
| HSL | 325.45º | 0.55% | 0.47% | - |
| HSV(B) | 325.45º | 0.71% | 0.73% | - |
| XYZ | 25.96 | 14.94 | 22.99 | - |
| YUV | 103.13 | 143.73 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 55 | 131 | 0 | 0.71 | 0.30 | 0.27 | 325.45 | 0.55 | 0.47 |
| Hex | BB | 37 | 83 | 0 | 47 | 1E | 1B | 145 | 37 | 2F |
| Octal | 273 | 67 | 203 | 0 | 107 | 36 | 33 | 505 | 67 | 57 |
| Binary | 10111011 | 110111 | 10000011 | 0 | 1000111 | 11110 | 11011 | 101000101 | 110111 | 101111 |
Color Harmonies of #BB3783
Complementary color
Monochromatic Colors of #BB3783
Black with #BB3783
Text Example
Text Example
White with #BB3783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3783; }
p { color: rgb(187,55,131); }
H1.HeaderClassName
{
color: #BB3783;
}
.AnyTagClassName
{
color: #BB3783;
}
</style>
background-color css
<style>
a { background-color: #BB3783; }
a { background-color: rgb(187,55,131); }
div.DivClassName
{
background-color: #BB3783;
}
.BgClassName
{
background-color: #BB3783;
}
</style>
border-color css
<style>
span { border-color: #BB3783; }
span { border-color: rgb(187,55,131); }
td.TdClassName
{
border-color: #BB3783;
}
.TagClassName
{
border-color: #BB3783;
}
</style>