Shades of Medium Red Violet #BB2770
Tints of Medium Red Violet #BB2770
RGB
CMYK
RGB Variations
Color information
#BB2770 (or 0xBB2770) is known color: Medium Red Violet. HEX triplet: BB, 27 and 70. RGB value is (187,39,112). Sum of RGB (Red+Green+Blue) = 187+39+112=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2770 is #44D88F. Grayscale: #5B5B5B. Windows color (decimal): -4511888 or 7350203. OLE color: 7350203.
HSL color Cylindrical-coordinate representation of color #BB2770: hue angle of 330.41º 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 #BB2770 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 112 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.27 |
| HSL | 330.41º | 0.65% | 0.44% | - |
| HSV(B) | 330.41º | 0.79% | 0.73% | - |
| XYZ | 24.14 | 13.19 | 16.6 | - |
| YUV | 91.57 | 139.53 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 112 | 0 | 0.79 | 0.40 | 0.27 | 330.41 | 0.65 | 0.44 |
| Hex | BB | 27 | 70 | 0 | 4F | 28 | 1B | 14A | 41 | 2C |
| Octal | 273 | 47 | 160 | 0 | 117 | 50 | 33 | 512 | 101 | 54 |
| Binary | 10111011 | 100111 | 1110000 | 0 | 1001111 | 101000 | 11011 | 101001010 | 1000001 | 101100 |
Color Harmonies of #BB2770
Complementary color
Monochromatic Colors of #BB2770
Black with #BB2770
Text Example
Text Example
White with #BB2770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2770; }
p { color: rgb(187,39,112); }
H1.HeaderClassName
{
color: #BB2770;
}
.AnyTagClassName
{
color: #BB2770;
}
</style>
background-color css
<style>
a { background-color: #BB2770; }
a { background-color: rgb(187,39,112); }
div.DivClassName
{
background-color: #BB2770;
}
.BgClassName
{
background-color: #BB2770;
}
</style>
border-color css
<style>
span { border-color: #BB2770; }
span { border-color: rgb(187,39,112); }
td.TdClassName
{
border-color: #BB2770;
}
.TagClassName
{
border-color: #BB2770;
}
</style>