Shades of Medium Red Violet #BE268F
Tints of Medium Red Violet #BE268F
RGB
CMYK
RGB Variations
Color information
#BE268F (or 0xBE268F) is known color: Medium Red Violet. HEX triplet: BE, 26 and 8F. RGB value is (190,38,143). Sum of RGB (Red+Green+Blue) = 190+38+143=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE268F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE268F is #41D970. Grayscale: #5F5F5F. Windows color (decimal): -4315505 or 9381566. OLE color: 9381566.
HSL color Cylindrical-coordinate representation of color #BE268F: hue angle of 318.55º 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 #BE268F is Cyan = 0, Magento = 0.8, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 38 | 143 | - |
| CMYK | 0 | 0.8 | 0.25 | 0.25 |
| HSL | 318.55º | 0.67% | 0.45% | - |
| HSV(B) | 318.55º | 0.8% | 0.75% | - |
| XYZ | 26.89 | 14.32 | 27.33 | - |
| YUV | 95.42 | 154.86 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 38 | 143 | 0 | 0.8 | 0.25 | 0.25 | 318.55 | 0.67 | 0.45 |
| Hex | BE | 26 | 8F | 0 | 50 | 19 | 19 | 13F | 43 | 2D |
| Octal | 276 | 46 | 217 | 0 | 120 | 31 | 31 | 477 | 103 | 55 |
| Binary | 10111110 | 100110 | 10001111 | 0 | 1010000 | 11001 | 11001 | 100111111 | 1000011 | 101101 |
Color Harmonies of #BE268F
Complementary color
Monochromatic Colors of #BE268F
Black with #BE268F
Text Example
Text Example
White with #BE268F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE268F; }
p { color: rgb(190,38,143); }
H1.HeaderClassName
{
color: #BE268F;
}
.AnyTagClassName
{
color: #BE268F;
}
</style>
background-color css
<style>
a { background-color: #BE268F; }
a { background-color: rgb(190,38,143); }
div.DivClassName
{
background-color: #BE268F;
}
.BgClassName
{
background-color: #BE268F;
}
</style>
border-color css
<style>
span { border-color: #BE268F; }
span { border-color: rgb(190,38,143); }
td.TdClassName
{
border-color: #BE268F;
}
.TagClassName
{
border-color: #BE268F;
}
</style>