Shades of Medium Red Violet #BB3E7E
Tints of Medium Red Violet #BB3E7E
RGB
CMYK
RGB Variations
Color information
#BB3E7E (or 0xBB3E7E) is known color: Medium Red Violet. HEX triplet: BB, 3E and 7E. RGB value is (187,62,126). Sum of RGB (Red+Green+Blue) = 187+62+126=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 62 (24.61% from 255 or 16.53% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3E7E is #44C181. Grayscale: #6A6A6A. Windows color (decimal): -4505986 or 8273595. OLE color: 8273595.
HSL color Cylindrical-coordinate representation of color #BB3E7E: hue angle of 329.28º 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 #BB3E7E is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 62 | 126 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.27 |
| HSL | 329.28º | 0.5% | 0.49% | - |
| HSV(B) | 329.28º | 0.67% | 0.73% | - |
| XYZ | 25.98 | 15.52 | 21.36 | - |
| YUV | 106.67 | 138.91 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 62 | 126 | 0 | 0.67 | 0.33 | 0.27 | 329.28 | 0.5 | 0.49 |
| Hex | BB | 3E | 7E | 0 | 43 | 21 | 1B | 149 | 32 | 31 |
| Octal | 273 | 76 | 176 | 0 | 103 | 41 | 33 | 511 | 62 | 61 |
| Binary | 10111011 | 111110 | 1111110 | 0 | 1000011 | 100001 | 11011 | 101001001 | 110010 | 110001 |
Color Harmonies of #BB3E7E
Complementary color
Monochromatic Colors of #BB3E7E
Black with #BB3E7E
Text Example
Text Example
White with #BB3E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3E7E; }
p { color: rgb(187,62,126); }
H1.HeaderClassName
{
color: #BB3E7E;
}
.AnyTagClassName
{
color: #BB3E7E;
}
</style>
background-color css
<style>
a { background-color: #BB3E7E; }
a { background-color: rgb(187,62,126); }
div.DivClassName
{
background-color: #BB3E7E;
}
.BgClassName
{
background-color: #BB3E7E;
}
</style>
border-color css
<style>
span { border-color: #BB3E7E; }
span { border-color: rgb(187,62,126); }
td.TdClassName
{
border-color: #BB3E7E;
}
.TagClassName
{
border-color: #BB3E7E;
}
</style>