Shades of Medium Violet Red #BE138F
Tints of Medium Violet Red #BE138F
RGB
CMYK
RGB Variations
Color information
#BE138F (or 0xBE138F) is known color: Medium Violet Red. HEX triplet: BE, 13 and 8F. RGB value is (190,19,143). Sum of RGB (Red+Green+Blue) = 190+19+143=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE138F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE138F is #41EC70. Grayscale: #535353. Windows color (decimal): -4320369 or 9376702. OLE color: 9376702.
HSL color Cylindrical-coordinate representation of color #BE138F: hue angle of 316.49º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE138F is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 19 | 143 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.25 |
| HSL | 316.49º | 0.82% | 0.41% | - |
| HSV(B) | 316.49º | 0.9% | 0.75% | - |
| XYZ | 26.43 | 13.4 | 27.18 | - |
| YUV | 84.27 | 161.15 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 19 | 143 | 0 | 0.90 | 0.25 | 0.25 | 316.49 | 0.82 | 0.41 |
| Hex | BE | 13 | 8F | 0 | 5A | 19 | 19 | 13C | 52 | 29 |
| Octal | 276 | 23 | 217 | 0 | 132 | 31 | 31 | 474 | 122 | 51 |
| Binary | 10111110 | 10011 | 10001111 | 0 | 1011010 | 11001 | 11001 | 100111100 | 1010010 | 101001 |
Color Harmonies of #BE138F
Complementary color
Monochromatic Colors of #BE138F
Black with #BE138F
Text Example
Text Example
White with #BE138F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE138F; }
p { color: rgb(190,19,143); }
H1.HeaderClassName
{
color: #BE138F;
}
.AnyTagClassName
{
color: #BE138F;
}
</style>
background-color css
<style>
a { background-color: #BE138F; }
a { background-color: rgb(190,19,143); }
div.DivClassName
{
background-color: #BE138F;
}
.BgClassName
{
background-color: #BE138F;
}
</style>
border-color css
<style>
span { border-color: #BE138F; }
span { border-color: rgb(190,19,143); }
td.TdClassName
{
border-color: #BE138F;
}
.TagClassName
{
border-color: #BE138F;
}
</style>