Shades of Medium Red Violet #BE267C
Tints of Medium Red Violet #BE267C
RGB
CMYK
RGB Variations
Color information
#BE267C (or 0xBE267C) is known color: Medium Red Violet. HEX triplet: BE, 26 and 7C. RGB value is (190,38,124). Sum of RGB (Red+Green+Blue) = 190+38+124=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE267C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE267C is #41D983. Grayscale: #5D5D5D. Windows color (decimal): -4315524 or 8136382. OLE color: 8136382.
HSL color Cylindrical-coordinate representation of color #BE267C: hue angle of 326.05º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE267C is Cyan = 0, Magento = 0.8, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 38 | 124 | - |
| CMYK | 0 | 0.8 | 0.35 | 0.25 |
| HSL | 326.05º | 0.67% | 0.45% | - |
| HSV(B) | 326.05º | 0.8% | 0.75% | - |
| XYZ | 25.57 | 13.79 | 20.38 | - |
| YUV | 93.25 | 145.36 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 38 | 124 | 0 | 0.8 | 0.35 | 0.25 | 326.05 | 0.67 | 0.45 |
| Hex | BE | 26 | 7C | 0 | 50 | 23 | 19 | 146 | 43 | 2D |
| Octal | 276 | 46 | 174 | 0 | 120 | 43 | 31 | 506 | 103 | 55 |
| Binary | 10111110 | 100110 | 1111100 | 0 | 1010000 | 100011 | 11001 | 101000110 | 1000011 | 101101 |
Color Harmonies of #BE267C
Complementary color
Monochromatic Colors of #BE267C
Black with #BE267C
Text Example
Text Example
White with #BE267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE267C; }
p { color: rgb(190,38,124); }
H1.HeaderClassName
{
color: #BE267C;
}
.AnyTagClassName
{
color: #BE267C;
}
</style>
background-color css
<style>
a { background-color: #BE267C; }
a { background-color: rgb(190,38,124); }
div.DivClassName
{
background-color: #BE267C;
}
.BgClassName
{
background-color: #BE267C;
}
</style>
border-color css
<style>
span { border-color: #BE267C; }
span { border-color: rgb(190,38,124); }
td.TdClassName
{
border-color: #BE267C;
}
.TagClassName
{
border-color: #BE267C;
}
</style>