Shades of Medium Red Violet #BB3376
Tints of Medium Red Violet #BB3376
RGB
CMYK
RGB Variations
Color information
#BB3376 (or 0xBB3376) is known color: Medium Red Violet. HEX triplet: BB, 33 and 76. RGB value is (187,51,118). Sum of RGB (Red+Green+Blue) = 187+51+118=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3376 is #44CC89. Grayscale: #636363. Windows color (decimal): -4508810 or 7746491. OLE color: 7746491.
HSL color Cylindrical-coordinate representation of color #BB3376: hue angle of 330.44º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3376 is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 51 | 118 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.27 |
| HSL | 330.44º | 0.57% | 0.47% | - |
| HSV(B) | 330.44º | 0.73% | 0.73% | - |
| XYZ | 24.95 | 14.24 | 18.57 | - |
| YUV | 99.3 | 138.56 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 118 | 0 | 0.73 | 0.37 | 0.27 | 330.44 | 0.57 | 0.47 |
| Hex | BB | 33 | 76 | 0 | 49 | 25 | 1B | 14A | 39 | 2F |
| Octal | 273 | 63 | 166 | 0 | 111 | 45 | 33 | 512 | 71 | 57 |
| Binary | 10111011 | 110011 | 1110110 | 0 | 1001001 | 100101 | 11011 | 101001010 | 111001 | 101111 |
Color Harmonies of #BB3376
Complementary color
Monochromatic Colors of #BB3376
Black with #BB3376
Text Example
Text Example
White with #BB3376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3376; }
p { color: rgb(187,51,118); }
H1.HeaderClassName
{
color: #BB3376;
}
.AnyTagClassName
{
color: #BB3376;
}
</style>
background-color css
<style>
a { background-color: #BB3376; }
a { background-color: rgb(187,51,118); }
div.DivClassName
{
background-color: #BB3376;
}
.BgClassName
{
background-color: #BB3376;
}
</style>
border-color css
<style>
span { border-color: #BB3376; }
span { border-color: rgb(187,51,118); }
td.TdClassName
{
border-color: #BB3376;
}
.TagClassName
{
border-color: #BB3376;
}
</style>