Shades of Medium Red Violet #BB37A5
Tints of Medium Red Violet #BB37A5
RGB
CMYK
RGB Variations
Color information
#BB37A5 (or 0xBB37A5) is known color: Medium Red Violet. HEX triplet: BB, 37 and A5. RGB value is (187,55,165). Sum of RGB (Red+Green+Blue) = 187+55+165=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 55 (21.88% from 255 or 13.51% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB37A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB37A5 is #44C85A. Grayscale: #6A6A6A. Windows color (decimal): -4507739 or 10827707. OLE color: 10827707.
HSL color Cylindrical-coordinate representation of color #BB37A5: hue angle of 310º 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 #BB37A5 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 55 | 165 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.27 |
| HSL | 310º | 0.55% | 0.47% | - |
| HSV(B) | 310º | 0.71% | 0.73% | - |
| XYZ | 28.65 | 16.01 | 37.18 | - |
| YUV | 107.01 | 160.73 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 55 | 165 | 0 | 0.71 | 0.12 | 0.27 | 310 | 0.55 | 0.47 |
| Hex | BB | 37 | A5 | 0 | 47 | C | 1B | 136 | 37 | 2F |
| Octal | 273 | 67 | 245 | 0 | 107 | 14 | 33 | 466 | 67 | 57 |
| Binary | 10111011 | 110111 | 10100101 | 0 | 1000111 | 1100 | 11011 | 100110110 | 110111 | 101111 |
Color Harmonies of #BB37A5
Complementary color
Monochromatic Colors of #BB37A5
Black with #BB37A5
Text Example
Text Example
White with #BB37A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB37A5; }
p { color: rgb(187,55,165); }
H1.HeaderClassName
{
color: #BB37A5;
}
.AnyTagClassName
{
color: #BB37A5;
}
</style>
background-color css
<style>
a { background-color: #BB37A5; }
a { background-color: rgb(187,55,165); }
div.DivClassName
{
background-color: #BB37A5;
}
.BgClassName
{
background-color: #BB37A5;
}
</style>
border-color css
<style>
span { border-color: #BB37A5; }
span { border-color: rgb(187,55,165); }
td.TdClassName
{
border-color: #BB37A5;
}
.TagClassName
{
border-color: #BB37A5;
}
</style>