Shades of Medium Red Violet #BB3779
Tints of Medium Red Violet #BB3779
RGB
CMYK
RGB Variations
Color information
#BB3779 (or 0xBB3779) is known color: Medium Red Violet. HEX triplet: BB, 37 and 79. RGB value is (187,55,121). Sum of RGB (Red+Green+Blue) = 187+55+121=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3779 is #44C886. Grayscale: #656565. Windows color (decimal): -4507783 or 7944123. OLE color: 7944123.
HSL color Cylindrical-coordinate representation of color #BB3779: hue angle of 330º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB3779 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 55 | 121 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.27 |
| HSL | 330º | 0.55% | 0.47% | - |
| HSV(B) | 330º | 0.71% | 0.73% | - |
| XYZ | 25.31 | 14.68 | 19.59 | - |
| YUV | 101.99 | 138.73 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 55 | 121 | 0 | 0.71 | 0.35 | 0.27 | 330 | 0.55 | 0.47 |
| Hex | BB | 37 | 79 | 0 | 47 | 23 | 1B | 14A | 37 | 2F |
| Octal | 273 | 67 | 171 | 0 | 107 | 43 | 33 | 512 | 67 | 57 |
| Binary | 10111011 | 110111 | 1111001 | 0 | 1000111 | 100011 | 11011 | 101001010 | 110111 | 101111 |
Color Harmonies of #BB3779
Complementary color
Monochromatic Colors of #BB3779
Black with #BB3779
Text Example
Text Example
White with #BB3779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3779; }
p { color: rgb(187,55,121); }
H1.HeaderClassName
{
color: #BB3779;
}
.AnyTagClassName
{
color: #BB3779;
}
</style>
background-color css
<style>
a { background-color: #BB3779; }
a { background-color: rgb(187,55,121); }
div.DivClassName
{
background-color: #BB3779;
}
.BgClassName
{
background-color: #BB3779;
}
</style>
border-color css
<style>
span { border-color: #BB3779; }
span { border-color: rgb(187,55,121); }
td.TdClassName
{
border-color: #BB3779;
}
.TagClassName
{
border-color: #BB3779;
}
</style>