Shades of Medium Red Violet #BB2779
Tints of Medium Red Violet #BB2779
RGB
CMYK
RGB Variations
Color information
#BB2779 (or 0xBB2779) is known color: Medium Red Violet. HEX triplet: BB, 27 and 79. RGB value is (187,39,121). Sum of RGB (Red+Green+Blue) = 187+39+121=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2779 is #44D886. Grayscale: #5C5C5C. Windows color (decimal): -4511879 or 7940027. OLE color: 7940027.
HSL color Cylindrical-coordinate representation of color #BB2779: hue angle of 326.76º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2779 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 121 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.27 |
| HSL | 326.76º | 0.65% | 0.44% | - |
| HSV(B) | 326.76º | 0.79% | 0.73% | - |
| XYZ | 24.67 | 13.4 | 19.37 | - |
| YUV | 92.6 | 144.03 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 121 | 0 | 0.79 | 0.35 | 0.27 | 326.76 | 0.65 | 0.44 |
| Hex | BB | 27 | 79 | 0 | 4F | 23 | 1B | 147 | 41 | 2C |
| Octal | 273 | 47 | 171 | 0 | 117 | 43 | 33 | 507 | 101 | 54 |
| Binary | 10111011 | 100111 | 1111001 | 0 | 1001111 | 100011 | 11011 | 101000111 | 1000001 | 101100 |
Color Harmonies of #BB2779
Complementary color
Monochromatic Colors of #BB2779
Black with #BB2779
Text Example
Text Example
White with #BB2779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2779; }
p { color: rgb(187,39,121); }
H1.HeaderClassName
{
color: #BB2779;
}
.AnyTagClassName
{
color: #BB2779;
}
</style>
background-color css
<style>
a { background-color: #BB2779; }
a { background-color: rgb(187,39,121); }
div.DivClassName
{
background-color: #BB2779;
}
.BgClassName
{
background-color: #BB2779;
}
</style>
border-color css
<style>
span { border-color: #BB2779; }
span { border-color: rgb(187,39,121); }
td.TdClassName
{
border-color: #BB2779;
}
.TagClassName
{
border-color: #BB2779;
}
</style>