Shades of Medium Violet Red #BE097D
Tints of Medium Violet Red #BE097D
RGB
CMYK
RGB Variations
Color information
#BE097D (or 0xBE097D) is known color: Medium Violet Red. HEX triplet: BE, 09 and 7D. RGB value is (190,9,125). Sum of RGB (Red+Green+Blue) = 190+9+125=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE097D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE097D is #41F682. Grayscale: #4C4C4C. Windows color (decimal): -4322947 or 8194494. OLE color: 8194494.
HSL color Cylindrical-coordinate representation of color #BE097D: hue angle of 321.55º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE097D is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 9 | 125 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.25 |
| HSL | 321.55º | 0.91% | 0.39% | - |
| HSV(B) | 321.55º | 0.95% | 0.75% | - |
| XYZ | 25.03 | 12.62 | 20.52 | - |
| YUV | 76.34 | 155.47 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 9 | 125 | 0 | 0.95 | 0.34 | 0.25 | 321.55 | 0.91 | 0.39 |
| Hex | BE | 9 | 7D | 0 | 5F | 22 | 19 | 142 | 5B | 27 |
| Octal | 276 | 11 | 175 | 0 | 137 | 42 | 31 | 502 | 133 | 47 |
| Binary | 10111110 | 1001 | 1111101 | 0 | 1011111 | 100010 | 11001 | 101000010 | 1011011 | 100111 |
Color Harmonies of #BE097D
Complementary color
Monochromatic Colors of #BE097D
Black with #BE097D
Text Example
Text Example
White with #BE097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE097D; }
p { color: rgb(190,9,125); }
H1.HeaderClassName
{
color: #BE097D;
}
.AnyTagClassName
{
color: #BE097D;
}
</style>
background-color css
<style>
a { background-color: #BE097D; }
a { background-color: rgb(190,9,125); }
div.DivClassName
{
background-color: #BE097D;
}
.BgClassName
{
background-color: #BE097D;
}
</style>
border-color css
<style>
span { border-color: #BE097D; }
span { border-color: rgb(190,9,125); }
td.TdClassName
{
border-color: #BE097D;
}
.TagClassName
{
border-color: #BE097D;
}
</style>