Shades of Medium Red Violet #BE277B
Tints of Medium Red Violet #BE277B
RGB
CMYK
RGB Variations
Color information
#BE277B (or 0xBE277B) is known color: Medium Red Violet. HEX triplet: BE, 27 and 7B. RGB value is (190,39,123). Sum of RGB (Red+Green+Blue) = 190+39+123=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE277B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE277B is #41D884. Grayscale: #5D5D5D. Windows color (decimal): -4315269 or 8071102. OLE color: 8071102.
HSL color Cylindrical-coordinate representation of color #BE277B: hue angle of 326.62º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE277B is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 39 | 123 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.25 |
| HSL | 326.62º | 0.66% | 0.45% | - |
| HSV(B) | 326.62º | 0.79% | 0.75% | - |
| XYZ | 25.54 | 13.83 | 20.06 | - |
| YUV | 93.73 | 144.53 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 39 | 123 | 0 | 0.79 | 0.35 | 0.25 | 326.62 | 0.66 | 0.45 |
| Hex | BE | 27 | 7B | 0 | 4F | 23 | 19 | 147 | 42 | 2D |
| Octal | 276 | 47 | 173 | 0 | 117 | 43 | 31 | 507 | 102 | 55 |
| Binary | 10111110 | 100111 | 1111011 | 0 | 1001111 | 100011 | 11001 | 101000111 | 1000010 | 101101 |
Color Harmonies of #BE277B
Complementary color
Monochromatic Colors of #BE277B
Black with #BE277B
Text Example
Text Example
White with #BE277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE277B; }
p { color: rgb(190,39,123); }
H1.HeaderClassName
{
color: #BE277B;
}
.AnyTagClassName
{
color: #BE277B;
}
</style>
background-color css
<style>
a { background-color: #BE277B; }
a { background-color: rgb(190,39,123); }
div.DivClassName
{
background-color: #BE277B;
}
.BgClassName
{
background-color: #BE277B;
}
</style>
border-color css
<style>
span { border-color: #BE277B; }
span { border-color: rgb(190,39,123); }
td.TdClassName
{
border-color: #BE277B;
}
.TagClassName
{
border-color: #BE277B;
}
</style>