Shades of Medium Red Violet #BB276D
Tints of Medium Red Violet #BB276D
RGB
CMYK
RGB Variations
Color information
#BB276D (or 0xBB276D) is known color: Medium Red Violet. HEX triplet: BB, 27 and 6D. RGB value is (187,39,109). Sum of RGB (Red+Green+Blue) = 187+39+109=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB276D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB276D is #44D892. Grayscale: #5B5B5B. Windows color (decimal): -4511891 or 7153595. OLE color: 7153595.
HSL color Cylindrical-coordinate representation of color #BB276D: hue angle of 331.62º 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 #BB276D is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 109 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.27 |
| HSL | 331.62º | 0.65% | 0.44% | - |
| HSV(B) | 331.62º | 0.79% | 0.73% | - |
| XYZ | 23.98 | 13.12 | 15.74 | - |
| YUV | 91.23 | 138.03 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 109 | 0 | 0.79 | 0.42 | 0.27 | 331.62 | 0.65 | 0.44 |
| Hex | BB | 27 | 6D | 0 | 4F | 2A | 1B | 14C | 41 | 2C |
| Octal | 273 | 47 | 155 | 0 | 117 | 52 | 33 | 514 | 101 | 54 |
| Binary | 10111011 | 100111 | 1101101 | 0 | 1001111 | 101010 | 11011 | 101001100 | 1000001 | 101100 |
Color Harmonies of #BB276D
Complementary color
Monochromatic Colors of #BB276D
Black with #BB276D
Text Example
Text Example
White with #BB276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB276D; }
p { color: rgb(187,39,109); }
H1.HeaderClassName
{
color: #BB276D;
}
.AnyTagClassName
{
color: #BB276D;
}
</style>
background-color css
<style>
a { background-color: #BB276D; }
a { background-color: rgb(187,39,109); }
div.DivClassName
{
background-color: #BB276D;
}
.BgClassName
{
background-color: #BB276D;
}
</style>
border-color css
<style>
span { border-color: #BB276D; }
span { border-color: rgb(187,39,109); }
td.TdClassName
{
border-color: #BB276D;
}
.TagClassName
{
border-color: #BB276D;
}
</style>