Shades of Medium Red Violet #BB3B7D
Tints of Medium Red Violet #BB3B7D
RGB
CMYK
RGB Variations
Color information
#BB3B7D (or 0xBB3B7D) is known color: Medium Red Violet. HEX triplet: BB, 3B and 7D. RGB value is (187,59,125). Sum of RGB (Red+Green+Blue) = 187+59+125=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3B7D is #44C482. Grayscale: #686868. Windows color (decimal): -4506755 or 8207291. OLE color: 8207291.
HSL color Cylindrical-coordinate representation of color #BB3B7D: hue angle of 329.06º 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 #BB3B7D is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 59 | 125 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.27 |
| HSL | 329.06º | 0.52% | 0.48% | - |
| HSV(B) | 329.06º | 0.68% | 0.73% | - |
| XYZ | 25.76 | 15.17 | 20.97 | - |
| YUV | 104.8 | 139.41 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 59 | 125 | 0 | 0.68 | 0.33 | 0.27 | 329.06 | 0.52 | 0.48 |
| Hex | BB | 3B | 7D | 0 | 44 | 21 | 1B | 149 | 34 | 30 |
| Octal | 273 | 73 | 175 | 0 | 104 | 41 | 33 | 511 | 64 | 60 |
| Binary | 10111011 | 111011 | 1111101 | 0 | 1000100 | 100001 | 11011 | 101001001 | 110100 | 110000 |
Color Harmonies of #BB3B7D
Complementary color
Monochromatic Colors of #BB3B7D
Black with #BB3B7D
Text Example
Text Example
White with #BB3B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3B7D; }
p { color: rgb(187,59,125); }
H1.HeaderClassName
{
color: #BB3B7D;
}
.AnyTagClassName
{
color: #BB3B7D;
}
</style>
background-color css
<style>
a { background-color: #BB3B7D; }
a { background-color: rgb(187,59,125); }
div.DivClassName
{
background-color: #BB3B7D;
}
.BgClassName
{
background-color: #BB3B7D;
}
</style>
border-color css
<style>
span { border-color: #BB3B7D; }
span { border-color: rgb(187,59,125); }
td.TdClassName
{
border-color: #BB3B7D;
}
.TagClassName
{
border-color: #BB3B7D;
}
</style>