Shades of Medium Red Violet #BB3379
Tints of Medium Red Violet #BB3379
RGB
CMYK
RGB Variations
Color information
#BB3379 (or 0xBB3379) is known color: Medium Red Violet. HEX triplet: BB, 33 and 79. RGB value is (187,51,121). Sum of RGB (Red+Green+Blue) = 187+51+121=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3379 is #44CC86. Grayscale: #636363. Windows color (decimal): -4508807 or 7943099. OLE color: 7943099.
HSL color Cylindrical-coordinate representation of color #BB3379: hue angle of 329.12º 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 #BB3379 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 51 | 121 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.27 |
| HSL | 329.12º | 0.57% | 0.47% | - |
| HSV(B) | 329.12º | 0.73% | 0.73% | - |
| XYZ | 25.13 | 14.31 | 19.53 | - |
| YUV | 99.64 | 140.06 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 121 | 0 | 0.73 | 0.35 | 0.27 | 329.12 | 0.57 | 0.47 |
| Hex | BB | 33 | 79 | 0 | 49 | 23 | 1B | 149 | 39 | 2F |
| Octal | 273 | 63 | 171 | 0 | 111 | 43 | 33 | 511 | 71 | 57 |
| Binary | 10111011 | 110011 | 1111001 | 0 | 1001001 | 100011 | 11011 | 101001001 | 111001 | 101111 |
Color Harmonies of #BB3379
Complementary color
Monochromatic Colors of #BB3379
Black with #BB3379
Text Example
Text Example
White with #BB3379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3379; }
p { color: rgb(187,51,121); }
H1.HeaderClassName
{
color: #BB3379;
}
.AnyTagClassName
{
color: #BB3379;
}
</style>
background-color css
<style>
a { background-color: #BB3379; }
a { background-color: rgb(187,51,121); }
div.DivClassName
{
background-color: #BB3379;
}
.BgClassName
{
background-color: #BB3379;
}
</style>
border-color css
<style>
span { border-color: #BB3379; }
span { border-color: rgb(187,51,121); }
td.TdClassName
{
border-color: #BB3379;
}
.TagClassName
{
border-color: #BB3379;
}
</style>