Shades of Medium Red Violet #BE267F
Tints of Medium Red Violet #BE267F
RGB
CMYK
RGB Variations
Color information
#BE267F (or 0xBE267F) is known color: Medium Red Violet. HEX triplet: BE, 26 and 7F. RGB value is (190,38,127). Sum of RGB (Red+Green+Blue) = 190+38+127=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE267F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE267F is #41D980. Grayscale: #5D5D5D. Windows color (decimal): -4315521 or 8332990. OLE color: 8332990.
HSL color Cylindrical-coordinate representation of color #BE267F: hue angle of 324.87º 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 #BE267F is Cyan = 0, Magento = 0.8, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 38 | 127 | - |
| CMYK | 0 | 0.8 | 0.33 | 0.25 |
| HSL | 324.87º | 0.67% | 0.45% | - |
| HSV(B) | 324.87º | 0.8% | 0.75% | - |
| XYZ | 25.76 | 13.87 | 21.4 | - |
| YUV | 93.59 | 146.86 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 38 | 127 | 0 | 0.8 | 0.33 | 0.25 | 324.87 | 0.67 | 0.45 |
| Hex | BE | 26 | 7F | 0 | 50 | 21 | 19 | 145 | 43 | 2D |
| Octal | 276 | 46 | 177 | 0 | 120 | 41 | 31 | 505 | 103 | 55 |
| Binary | 10111110 | 100110 | 1111111 | 0 | 1010000 | 100001 | 11001 | 101000101 | 1000011 | 101101 |
Color Harmonies of #BE267F
Complementary color
Monochromatic Colors of #BE267F
Black with #BE267F
Text Example
Text Example
White with #BE267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE267F; }
p { color: rgb(190,38,127); }
H1.HeaderClassName
{
color: #BE267F;
}
.AnyTagClassName
{
color: #BE267F;
}
</style>
background-color css
<style>
a { background-color: #BE267F; }
a { background-color: rgb(190,38,127); }
div.DivClassName
{
background-color: #BE267F;
}
.BgClassName
{
background-color: #BE267F;
}
</style>
border-color css
<style>
span { border-color: #BE267F; }
span { border-color: rgb(190,38,127); }
td.TdClassName
{
border-color: #BE267F;
}
.TagClassName
{
border-color: #BE267F;
}
</style>