Shades of Medium Red Violet #BB3BA0
Tints of Medium Red Violet #BB3BA0
RGB
CMYK
RGB Variations
Color information
#BB3BA0 (or 0xBB3BA0) is known color: Medium Red Violet. HEX triplet: BB, 3B and A0. RGB value is (187,59,160). Sum of RGB (Red+Green+Blue) = 187+59+160=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 59 (23.44% from 255 or 14.53% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3BA0 is #44C45F. Grayscale: #6C6C6C. Windows color (decimal): -4506720 or 10501051. OLE color: 10501051.
HSL color Cylindrical-coordinate representation of color #BB3BA0: hue angle of 312.66º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB3BA0 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 59 | 160 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.27 |
| HSL | 312.66º | 0.52% | 0.48% | - |
| HSV(B) | 312.66º | 0.68% | 0.73% | - |
| XYZ | 28.4 | 16.23 | 34.89 | - |
| YUV | 108.79 | 156.91 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 59 | 160 | 0 | 0.68 | 0.14 | 0.27 | 312.66 | 0.52 | 0.48 |
| Hex | BB | 3B | A0 | 0 | 44 | E | 1B | 139 | 34 | 30 |
| Octal | 273 | 73 | 240 | 0 | 104 | 16 | 33 | 471 | 64 | 60 |
| Binary | 10111011 | 111011 | 10100000 | 0 | 1000100 | 1110 | 11011 | 100111001 | 110100 | 110000 |
Color Harmonies of #BB3BA0
Complementary color
Monochromatic Colors of #BB3BA0
Black with #BB3BA0
Text Example
Text Example
White with #BB3BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3BA0; }
p { color: rgb(187,59,160); }
H1.HeaderClassName
{
color: #BB3BA0;
}
.AnyTagClassName
{
color: #BB3BA0;
}
</style>
background-color css
<style>
a { background-color: #BB3BA0; }
a { background-color: rgb(187,59,160); }
div.DivClassName
{
background-color: #BB3BA0;
}
.BgClassName
{
background-color: #BB3BA0;
}
</style>
border-color css
<style>
span { border-color: #BB3BA0; }
span { border-color: rgb(187,59,160); }
td.TdClassName
{
border-color: #BB3BA0;
}
.TagClassName
{
border-color: #BB3BA0;
}
</style>