Shades of Medium Red Violet #BB2773
Tints of Medium Red Violet #BB2773
RGB
CMYK
RGB Variations
Color information
#BB2773 (or 0xBB2773) is known color: Medium Red Violet. HEX triplet: BB, 27 and 73. RGB value is (187,39,115). Sum of RGB (Red+Green+Blue) = 187+39+115=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2773 is #44D88C. Grayscale: #5B5B5B. Windows color (decimal): -4511885 or 7546811. OLE color: 7546811.
HSL color Cylindrical-coordinate representation of color #BB2773: hue angle of 329.19º 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 #BB2773 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 115 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.27 |
| HSL | 329.19º | 0.65% | 0.44% | - |
| HSV(B) | 329.19º | 0.79% | 0.73% | - |
| XYZ | 24.31 | 13.25 | 17.5 | - |
| YUV | 91.92 | 141.03 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 115 | 0 | 0.79 | 0.39 | 0.27 | 329.19 | 0.65 | 0.44 |
| Hex | BB | 27 | 73 | 0 | 4F | 27 | 1B | 149 | 41 | 2C |
| Octal | 273 | 47 | 163 | 0 | 117 | 47 | 33 | 511 | 101 | 54 |
| Binary | 10111011 | 100111 | 1110011 | 0 | 1001111 | 100111 | 11011 | 101001001 | 1000001 | 101100 |
Color Harmonies of #BB2773
Complementary color
Monochromatic Colors of #BB2773
Black with #BB2773
Text Example
Text Example
White with #BB2773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2773; }
p { color: rgb(187,39,115); }
H1.HeaderClassName
{
color: #BB2773;
}
.AnyTagClassName
{
color: #BB2773;
}
</style>
background-color css
<style>
a { background-color: #BB2773; }
a { background-color: rgb(187,39,115); }
div.DivClassName
{
background-color: #BB2773;
}
.BgClassName
{
background-color: #BB2773;
}
</style>
border-color css
<style>
span { border-color: #BB2773; }
span { border-color: rgb(187,39,115); }
td.TdClassName
{
border-color: #BB2773;
}
.TagClassName
{
border-color: #BB2773;
}
</style>