Shades of Medium Red Violet #BB3077
Tints of Medium Red Violet #BB3077
RGB
CMYK
RGB Variations
Color information
#BB3077 (or 0xBB3077) is known color: Medium Red Violet. HEX triplet: BB, 30 and 77. RGB value is (187,48,119). Sum of RGB (Red+Green+Blue) = 187+48+119=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3077 is #44CF88. Grayscale: #616161. Windows color (decimal): -4509577 or 7811259. OLE color: 7811259.
HSL color Cylindrical-coordinate representation of color #BB3077: hue angle of 329.35º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3077 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 48 | 119 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.27 |
| HSL | 329.35º | 0.59% | 0.46% | - |
| HSV(B) | 329.35º | 0.74% | 0.73% | - |
| XYZ | 24.88 | 14.01 | 18.85 | - |
| YUV | 97.66 | 140.05 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 119 | 0 | 0.74 | 0.36 | 0.27 | 329.35 | 0.59 | 0.46 |
| Hex | BB | 30 | 77 | 0 | 4A | 24 | 1B | 149 | 3B | 2E |
| Octal | 273 | 60 | 167 | 0 | 112 | 44 | 33 | 511 | 73 | 56 |
| Binary | 10111011 | 110000 | 1110111 | 0 | 1001010 | 100100 | 11011 | 101001001 | 111011 | 101110 |
Color Harmonies of #BB3077
Complementary color
Monochromatic Colors of #BB3077
Black with #BB3077
Text Example
Text Example
White with #BB3077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3077; }
p { color: rgb(187,48,119); }
H1.HeaderClassName
{
color: #BB3077;
}
.AnyTagClassName
{
color: #BB3077;
}
</style>
background-color css
<style>
a { background-color: #BB3077; }
a { background-color: rgb(187,48,119); }
div.DivClassName
{
background-color: #BB3077;
}
.BgClassName
{
background-color: #BB3077;
}
</style>
border-color css
<style>
span { border-color: #BB3077; }
span { border-color: rgb(187,48,119); }
td.TdClassName
{
border-color: #BB3077;
}
.TagClassName
{
border-color: #BB3077;
}
</style>