Shades of Medium Violet Red #BE0C9F
Tints of Medium Violet Red #BE0C9F
RGB
CMYK
RGB Variations
Color information
#BE0C9F (or 0xBE0C9F) is known color: Medium Violet Red. HEX triplet: BE, 0C and 9F. RGB value is (190,12,159). Sum of RGB (Red+Green+Blue) = 190+12+159=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 12 (5.08% from 255 or 3.32% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0C9F is #41F360. Grayscale: #515151. Windows color (decimal): -4322145 or 10423486. OLE color: 10423486.
HSL color Cylindrical-coordinate representation of color #BE0C9F: hue angle of 310.45º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0C9F is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 12 | 159 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.25 |
| HSL | 310.45º | 0.88% | 0.4% | - |
| HSV(B) | 310.45º | 0.94% | 0.75% | - |
| XYZ | 27.62 | 13.71 | 33.99 | - |
| YUV | 81.98 | 171.47 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 159 | 0 | 0.94 | 0.16 | 0.25 | 310.45 | 0.88 | 0.4 |
| Hex | BE | C | 9F | 0 | 5E | 10 | 19 | 136 | 58 | 28 |
| Octal | 276 | 14 | 237 | 0 | 136 | 20 | 31 | 466 | 130 | 50 |
| Binary | 10111110 | 1100 | 10011111 | 0 | 1011110 | 10000 | 11001 | 100110110 | 1011000 | 101000 |
Color Harmonies of #BE0C9F
Complementary color
Monochromatic Colors of #BE0C9F
Black with #BE0C9F
Text Example
Text Example
White with #BE0C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0C9F; }
p { color: rgb(190,12,159); }
H1.HeaderClassName
{
color: #BE0C9F;
}
.AnyTagClassName
{
color: #BE0C9F;
}
</style>
background-color css
<style>
a { background-color: #BE0C9F; }
a { background-color: rgb(190,12,159); }
div.DivClassName
{
background-color: #BE0C9F;
}
.BgClassName
{
background-color: #BE0C9F;
}
</style>
border-color css
<style>
span { border-color: #BE0C9F; }
span { border-color: rgb(190,12,159); }
td.TdClassName
{
border-color: #BE0C9F;
}
.TagClassName
{
border-color: #BE0C9F;
}
</style>