Shades of Medium Violet Red #BE147B
Tints of Medium Violet Red #BE147B
RGB
CMYK
RGB Variations
Color information
#BE147B (or 0xBE147B) is known color: Medium Violet Red. HEX triplet: BE, 14 and 7B. RGB value is (190,20,123). Sum of RGB (Red+Green+Blue) = 190+20+123=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE147B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE147B is #41EB84. Grayscale: #525252. Windows color (decimal): -4320133 or 8066238. OLE color: 8066238.
HSL color Cylindrical-coordinate representation of color #BE147B: hue angle of 323.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 #BE147B is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 20 | 123 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.25 |
| HSL | 323.65º | 0.81% | 0.41% | - |
| HSV(B) | 323.65º | 0.89% | 0.75% | - |
| XYZ | 25.06 | 12.88 | 19.9 | - |
| YUV | 82.57 | 150.82 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 20 | 123 | 0 | 0.89 | 0.35 | 0.25 | 323.65 | 0.81 | 0.41 |
| Hex | BE | 14 | 7B | 0 | 59 | 23 | 19 | 144 | 51 | 29 |
| Octal | 276 | 24 | 173 | 0 | 131 | 43 | 31 | 504 | 121 | 51 |
| Binary | 10111110 | 10100 | 1111011 | 0 | 1011001 | 100011 | 11001 | 101000100 | 1010001 | 101001 |
Color Harmonies of #BE147B
Complementary color
Monochromatic Colors of #BE147B
Black with #BE147B
Text Example
Text Example
White with #BE147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE147B; }
p { color: rgb(190,20,123); }
H1.HeaderClassName
{
color: #BE147B;
}
.AnyTagClassName
{
color: #BE147B;
}
</style>
background-color css
<style>
a { background-color: #BE147B; }
a { background-color: rgb(190,20,123); }
div.DivClassName
{
background-color: #BE147B;
}
.BgClassName
{
background-color: #BE147B;
}
</style>
border-color css
<style>
span { border-color: #BE147B; }
span { border-color: rgb(190,20,123); }
td.TdClassName
{
border-color: #BE147B;
}
.TagClassName
{
border-color: #BE147B;
}
</style>