Shades of Medium Red Violet #BB3A8F
Tints of Medium Red Violet #BB3A8F
RGB
CMYK
RGB Variations
Color information
#BB3A8F (or 0xBB3A8F) is known color: Medium Red Violet. HEX triplet: BB, 3A and 8F. RGB value is (187,58,143). Sum of RGB (Red+Green+Blue) = 187+58+143=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3A8F is #44C570. Grayscale: #6A6A6A. Windows color (decimal): -4506993 or 9386683. OLE color: 9386683.
HSL color Cylindrical-coordinate representation of color #BB3A8F: hue angle of 320.47º 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 #BB3A8F is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 58 | 143 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.27 |
| HSL | 320.47º | 0.53% | 0.48% | - |
| HSV(B) | 320.47º | 0.69% | 0.73% | - |
| XYZ | 26.96 | 15.57 | 27.57 | - |
| YUV | 106.26 | 148.74 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 58 | 143 | 0 | 0.69 | 0.24 | 0.27 | 320.47 | 0.53 | 0.48 |
| Hex | BB | 3A | 8F | 0 | 45 | 18 | 1B | 140 | 35 | 30 |
| Octal | 273 | 72 | 217 | 0 | 105 | 30 | 33 | 500 | 65 | 60 |
| Binary | 10111011 | 111010 | 10001111 | 0 | 1000101 | 11000 | 11011 | 101000000 | 110101 | 110000 |
Color Harmonies of #BB3A8F
Complementary color
Monochromatic Colors of #BB3A8F
Black with #BB3A8F
Text Example
Text Example
White with #BB3A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3A8F; }
p { color: rgb(187,58,143); }
H1.HeaderClassName
{
color: #BB3A8F;
}
.AnyTagClassName
{
color: #BB3A8F;
}
</style>
background-color css
<style>
a { background-color: #BB3A8F; }
a { background-color: rgb(187,58,143); }
div.DivClassName
{
background-color: #BB3A8F;
}
.BgClassName
{
background-color: #BB3A8F;
}
</style>
border-color css
<style>
span { border-color: #BB3A8F; }
span { border-color: rgb(187,58,143); }
td.TdClassName
{
border-color: #BB3A8F;
}
.TagClassName
{
border-color: #BB3A8F;
}
</style>