Shades of Medium Red Violet #BB276C
Tints of Medium Red Violet #BB276C
RGB
CMYK
RGB Variations
Color information
#BB276C (or 0xBB276C) is known color: Medium Red Violet. HEX triplet: BB, 27 and 6C. RGB value is (187,39,108). Sum of RGB (Red+Green+Blue) = 187+39+108=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB276C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB276C is #44D893. Grayscale: #5A5A5A. Windows color (decimal): -4511892 or 7088059. OLE color: 7088059.
HSL color Cylindrical-coordinate representation of color #BB276C: hue angle of 332.03º 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 #BB276C is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 108 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.27 |
| HSL | 332.03º | 0.65% | 0.44% | - |
| HSV(B) | 332.03º | 0.79% | 0.73% | - |
| XYZ | 23.93 | 13.1 | 15.45 | - |
| YUV | 91.12 | 137.53 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 108 | 0 | 0.79 | 0.42 | 0.27 | 332.03 | 0.65 | 0.44 |
| Hex | BB | 27 | 6C | 0 | 4F | 2A | 1B | 14C | 41 | 2C |
| Octal | 273 | 47 | 154 | 0 | 117 | 52 | 33 | 514 | 101 | 54 |
| Binary | 10111011 | 100111 | 1101100 | 0 | 1001111 | 101010 | 11011 | 101001100 | 1000001 | 101100 |
Color Harmonies of #BB276C
Complementary color
Monochromatic Colors of #BB276C
Black with #BB276C
Text Example
Text Example
White with #BB276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB276C; }
p { color: rgb(187,39,108); }
H1.HeaderClassName
{
color: #BB276C;
}
.AnyTagClassName
{
color: #BB276C;
}
</style>
background-color css
<style>
a { background-color: #BB276C; }
a { background-color: rgb(187,39,108); }
div.DivClassName
{
background-color: #BB276C;
}
.BgClassName
{
background-color: #BB276C;
}
</style>
border-color css
<style>
span { border-color: #BB276C; }
span { border-color: rgb(187,39,108); }
td.TdClassName
{
border-color: #BB276C;
}
.TagClassName
{
border-color: #BB276C;
}
</style>