Shades of Medium Violet Red #BE149D
Tints of Medium Violet Red #BE149D
RGB
CMYK
RGB Variations
Color information
#BE149D (or 0xBE149D) is known color: Medium Violet Red. HEX triplet: BE, 14 and 9D. RGB value is (190,20,157). Sum of RGB (Red+Green+Blue) = 190+20+157=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE149D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE149D is #41EB62. Grayscale: #565656. Windows color (decimal): -4320099 or 10294462. OLE color: 10294462.
HSL color Cylindrical-coordinate representation of color #BE149D: hue angle of 311.65º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE149D is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 20 | 157 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.25 |
| HSL | 311.65º | 0.81% | 0.41% | - |
| HSV(B) | 311.65º | 0.89% | 0.75% | - |
| XYZ | 27.57 | 13.88 | 33.12 | - |
| YUV | 86.45 | 167.82 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 20 | 157 | 0 | 0.89 | 0.17 | 0.25 | 311.65 | 0.81 | 0.41 |
| Hex | BE | 14 | 9D | 0 | 59 | 11 | 19 | 138 | 51 | 29 |
| Octal | 276 | 24 | 235 | 0 | 131 | 21 | 31 | 470 | 121 | 51 |
| Binary | 10111110 | 10100 | 10011101 | 0 | 1011001 | 10001 | 11001 | 100111000 | 1010001 | 101001 |
Color Harmonies of #BE149D
Complementary color
Monochromatic Colors of #BE149D
Black with #BE149D
Text Example
Text Example
White with #BE149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE149D; }
p { color: rgb(190,20,157); }
H1.HeaderClassName
{
color: #BE149D;
}
.AnyTagClassName
{
color: #BE149D;
}
</style>
background-color css
<style>
a { background-color: #BE149D; }
a { background-color: rgb(190,20,157); }
div.DivClassName
{
background-color: #BE149D;
}
.BgClassName
{
background-color: #BE149D;
}
</style>
border-color css
<style>
span { border-color: #BE149D; }
span { border-color: rgb(190,20,157); }
td.TdClassName
{
border-color: #BE149D;
}
.TagClassName
{
border-color: #BE149D;
}
</style>