Shades of Medium Red Violet #BB276A
Tints of Medium Red Violet #BB276A
RGB
CMYK
RGB Variations
Color information
#BB276A (or 0xBB276A) is known color: Medium Red Violet. HEX triplet: BB, 27 and 6A. RGB value is (187,39,106). Sum of RGB (Red+Green+Blue) = 187+39+106=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB276A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB276A is #44D895. Grayscale: #5A5A5A. Windows color (decimal): -4511894 or 6956987. OLE color: 6956987.
HSL color Cylindrical-coordinate representation of color #BB276A: hue angle of 332.84º 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 #BB276A is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 106 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.27 |
| HSL | 332.84º | 0.65% | 0.44% | - |
| HSV(B) | 332.84º | 0.79% | 0.73% | - |
| XYZ | 23.82 | 13.06 | 14.9 | - |
| YUV | 90.89 | 136.53 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 106 | 0 | 0.79 | 0.43 | 0.27 | 332.84 | 0.65 | 0.44 |
| Hex | BB | 27 | 6A | 0 | 4F | 2B | 1B | 14D | 41 | 2C |
| Octal | 273 | 47 | 152 | 0 | 117 | 53 | 33 | 515 | 101 | 54 |
| Binary | 10111011 | 100111 | 1101010 | 0 | 1001111 | 101011 | 11011 | 101001101 | 1000001 | 101100 |
Color Harmonies of #BB276A
Complementary color
Monochromatic Colors of #BB276A
Black with #BB276A
Text Example
Text Example
White with #BB276A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB276A; }
p { color: rgb(187,39,106); }
H1.HeaderClassName
{
color: #BB276A;
}
.AnyTagClassName
{
color: #BB276A;
}
</style>
background-color css
<style>
a { background-color: #BB276A; }
a { background-color: rgb(187,39,106); }
div.DivClassName
{
background-color: #BB276A;
}
.BgClassName
{
background-color: #BB276A;
}
</style>
border-color css
<style>
span { border-color: #BB276A; }
span { border-color: rgb(187,39,106); }
td.TdClassName
{
border-color: #BB276A;
}
.TagClassName
{
border-color: #BB276A;
}
</style>