Shades of Medium Red Violet #BB3E9F
Tints of Medium Red Violet #BB3E9F
RGB
CMYK
RGB Variations
Color information
#BB3E9F (or 0xBB3E9F) is known color: Medium Red Violet. HEX triplet: BB, 3E and 9F. RGB value is (187,62,159). Sum of RGB (Red+Green+Blue) = 187+62+159=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3E9F is #44C160. Grayscale: #6E6E6E. Windows color (decimal): -4505953 or 10436283. OLE color: 10436283.
HSL color Cylindrical-coordinate representation of color #BB3E9F: hue angle of 313.44º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB3E9F is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 62 | 159 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.27 |
| HSL | 313.44º | 0.5% | 0.49% | - |
| HSV(B) | 313.44º | 0.67% | 0.73% | - |
| XYZ | 28.47 | 16.51 | 34.49 | - |
| YUV | 110.43 | 155.41 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 62 | 159 | 0 | 0.67 | 0.15 | 0.27 | 313.44 | 0.5 | 0.49 |
| Hex | BB | 3E | 9F | 0 | 43 | F | 1B | 139 | 32 | 31 |
| Octal | 273 | 76 | 237 | 0 | 103 | 17 | 33 | 471 | 62 | 61 |
| Binary | 10111011 | 111110 | 10011111 | 0 | 1000011 | 1111 | 11011 | 100111001 | 110010 | 110001 |
Color Harmonies of #BB3E9F
Complementary color
Monochromatic Colors of #BB3E9F
Black with #BB3E9F
Text Example
Text Example
White with #BB3E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3E9F; }
p { color: rgb(187,62,159); }
H1.HeaderClassName
{
color: #BB3E9F;
}
.AnyTagClassName
{
color: #BB3E9F;
}
</style>
background-color css
<style>
a { background-color: #BB3E9F; }
a { background-color: rgb(187,62,159); }
div.DivClassName
{
background-color: #BB3E9F;
}
.BgClassName
{
background-color: #BB3E9F;
}
</style>
border-color css
<style>
span { border-color: #BB3E9F; }
span { border-color: rgb(187,62,159); }
td.TdClassName
{
border-color: #BB3E9F;
}
.TagClassName
{
border-color: #BB3E9F;
}
</style>