Shades of Medium Red Violet #BB397A
Tints of Medium Red Violet #BB397A
RGB
CMYK
RGB Variations
Color information
#BB397A (or 0xBB397A) is known color: Medium Red Violet. HEX triplet: BB, 39 and 7A. RGB value is (187,57,122). Sum of RGB (Red+Green+Blue) = 187+57+122=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 57 (22.66% from 255 or 15.57% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB397A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB397A is #44C685. Grayscale: #676767. Windows color (decimal): -4507270 or 8010171. OLE color: 8010171.
HSL color Cylindrical-coordinate representation of color #BB397A: hue angle of 330º 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 #BB397A is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 57 | 122 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.27 |
| HSL | 330º | 0.53% | 0.48% | - |
| HSV(B) | 330º | 0.7% | 0.73% | - |
| XYZ | 25.47 | 14.9 | 19.95 | - |
| YUV | 103.28 | 138.57 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 122 | 0 | 0.70 | 0.35 | 0.27 | 330 | 0.53 | 0.48 |
| Hex | BB | 39 | 7A | 0 | 46 | 23 | 1B | 14A | 35 | 30 |
| Octal | 273 | 71 | 172 | 0 | 106 | 43 | 33 | 512 | 65 | 60 |
| Binary | 10111011 | 111001 | 1111010 | 0 | 1000110 | 100011 | 11011 | 101001010 | 110101 | 110000 |
Color Harmonies of #BB397A
Complementary color
Monochromatic Colors of #BB397A
Black with #BB397A
Text Example
Text Example
White with #BB397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB397A; }
p { color: rgb(187,57,122); }
H1.HeaderClassName
{
color: #BB397A;
}
.AnyTagClassName
{
color: #BB397A;
}
</style>
background-color css
<style>
a { background-color: #BB397A; }
a { background-color: rgb(187,57,122); }
div.DivClassName
{
background-color: #BB397A;
}
.BgClassName
{
background-color: #BB397A;
}
</style>
border-color css
<style>
span { border-color: #BB397A; }
span { border-color: rgb(187,57,122); }
td.TdClassName
{
border-color: #BB397A;
}
.TagClassName
{
border-color: #BB397A;
}
</style>