Shades of Medium Red Violet #BB276F
Tints of Medium Red Violet #BB276F
RGB
CMYK
RGB Variations
Color information
#BB276F (or 0xBB276F) is known color: Medium Red Violet. HEX triplet: BB, 27 and 6F. RGB value is (187,39,111). Sum of RGB (Red+Green+Blue) = 187+39+111=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB276F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB276F is #44D890. Grayscale: #5B5B5B. Windows color (decimal): -4511889 or 7284667. OLE color: 7284667.
HSL color Cylindrical-coordinate representation of color #BB276F: hue angle of 330.81º 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 #BB276F is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 111 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.27 |
| HSL | 330.81º | 0.65% | 0.44% | - |
| HSV(B) | 330.81º | 0.79% | 0.73% | - |
| XYZ | 24.09 | 13.16 | 16.31 | - |
| YUV | 91.46 | 139.03 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 111 | 0 | 0.79 | 0.41 | 0.27 | 330.81 | 0.65 | 0.44 |
| Hex | BB | 27 | 6F | 0 | 4F | 29 | 1B | 14B | 41 | 2C |
| Octal | 273 | 47 | 157 | 0 | 117 | 51 | 33 | 513 | 101 | 54 |
| Binary | 10111011 | 100111 | 1101111 | 0 | 1001111 | 101001 | 11011 | 101001011 | 1000001 | 101100 |
Color Harmonies of #BB276F
Complementary color
Monochromatic Colors of #BB276F
Black with #BB276F
Text Example
Text Example
White with #BB276F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB276F; }
p { color: rgb(187,39,111); }
H1.HeaderClassName
{
color: #BB276F;
}
.AnyTagClassName
{
color: #BB276F;
}
</style>
background-color css
<style>
a { background-color: #BB276F; }
a { background-color: rgb(187,39,111); }
div.DivClassName
{
background-color: #BB276F;
}
.BgClassName
{
background-color: #BB276F;
}
</style>
border-color css
<style>
span { border-color: #BB276F; }
span { border-color: rgb(187,39,111); }
td.TdClassName
{
border-color: #BB276F;
}
.TagClassName
{
border-color: #BB276F;
}
</style>