Shades of Medium Red Violet #BB3A8D
Tints of Medium Red Violet #BB3A8D
RGB
CMYK
RGB Variations
Color information
#BB3A8D (or 0xBB3A8D) is known color: Medium Red Violet. HEX triplet: BB, 3A and 8D. RGB value is (187,58,141). Sum of RGB (Red+Green+Blue) = 187+58+141=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 58 (23.05% from 255 or 15.03% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3A8D is #44C572. Grayscale: #696969. Windows color (decimal): -4506995 or 9255611. OLE color: 9255611.
HSL color Cylindrical-coordinate representation of color #BB3A8D: hue angle of 321.4º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB3A8D is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 58 | 141 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.27 |
| HSL | 321.4º | 0.53% | 0.48% | - |
| HSV(B) | 321.4º | 0.69% | 0.73% | - |
| XYZ | 26.81 | 15.51 | 26.78 | - |
| YUV | 106.03 | 147.74 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 58 | 141 | 0 | 0.69 | 0.25 | 0.27 | 321.4 | 0.53 | 0.48 |
| Hex | BB | 3A | 8D | 0 | 45 | 19 | 1B | 141 | 35 | 30 |
| Octal | 273 | 72 | 215 | 0 | 105 | 31 | 33 | 501 | 65 | 60 |
| Binary | 10111011 | 111010 | 10001101 | 0 | 1000101 | 11001 | 11011 | 101000001 | 110101 | 110000 |
Color Harmonies of #BB3A8D
Complementary color
Monochromatic Colors of #BB3A8D
Black with #BB3A8D
Text Example
Text Example
White with #BB3A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3A8D; }
p { color: rgb(187,58,141); }
H1.HeaderClassName
{
color: #BB3A8D;
}
.AnyTagClassName
{
color: #BB3A8D;
}
</style>
background-color css
<style>
a { background-color: #BB3A8D; }
a { background-color: rgb(187,58,141); }
div.DivClassName
{
background-color: #BB3A8D;
}
.BgClassName
{
background-color: #BB3A8D;
}
</style>
border-color css
<style>
span { border-color: #BB3A8D; }
span { border-color: rgb(187,58,141); }
td.TdClassName
{
border-color: #BB3A8D;
}
.TagClassName
{
border-color: #BB3A8D;
}
</style>