Shades of Medium Red Violet #BB3271
Tints of Medium Red Violet #BB3271
RGB
CMYK
RGB Variations
Color information
#BB3271 (or 0xBB3271) is known color: Medium Red Violet. HEX triplet: BB, 32 and 71. RGB value is (187,50,113). Sum of RGB (Red+Green+Blue) = 187+50+113=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3271 is #44CD8E. Grayscale: #626262. Windows color (decimal): -4509071 or 7418555. OLE color: 7418555.
HSL color Cylindrical-coordinate representation of color #BB3271: hue angle of 332.41º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3271 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 113 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.27 |
| HSL | 332.41º | 0.58% | 0.46% | - |
| HSV(B) | 332.41º | 0.73% | 0.73% | - |
| XYZ | 24.61 | 14.04 | 17.04 | - |
| YUV | 98.15 | 136.39 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 113 | 0 | 0.73 | 0.40 | 0.27 | 332.41 | 0.58 | 0.46 |
| Hex | BB | 32 | 71 | 0 | 49 | 28 | 1B | 14C | 3A | 2E |
| Octal | 273 | 62 | 161 | 0 | 111 | 50 | 33 | 514 | 72 | 56 |
| Binary | 10111011 | 110010 | 1110001 | 0 | 1001001 | 101000 | 11011 | 101001100 | 111010 | 101110 |
Color Harmonies of #BB3271
Complementary color
Monochromatic Colors of #BB3271
Black with #BB3271
Text Example
Text Example
White with #BB3271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3271; }
p { color: rgb(187,50,113); }
H1.HeaderClassName
{
color: #BB3271;
}
.AnyTagClassName
{
color: #BB3271;
}
</style>
background-color css
<style>
a { background-color: #BB3271; }
a { background-color: rgb(187,50,113); }
div.DivClassName
{
background-color: #BB3271;
}
.BgClassName
{
background-color: #BB3271;
}
</style>
border-color css
<style>
span { border-color: #BB3271; }
span { border-color: rgb(187,50,113); }
td.TdClassName
{
border-color: #BB3271;
}
.TagClassName
{
border-color: #BB3271;
}
</style>