Shades of Medium Violet Red #BE099D
Tints of Medium Violet Red #BE099D
RGB
CMYK
RGB Variations
Color information
#BE099D (or 0xBE099D) is known color: Medium Violet Red. HEX triplet: BE, 09 and 9D. RGB value is (190,9,157). Sum of RGB (Red+Green+Blue) = 190+9+157=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE099D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE099D is #41F662. Grayscale: #4F4F4F. Windows color (decimal): -4322915 or 10291646. OLE color: 10291646.
HSL color Cylindrical-coordinate representation of color #BE099D: hue angle of 310.94º 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 #BE099D is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 9 | 157 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.25 |
| HSL | 310.94º | 0.91% | 0.39% | - |
| HSV(B) | 310.94º | 0.95% | 0.75% | - |
| XYZ | 27.42 | 13.58 | 33.07 | - |
| YUV | 79.99 | 171.47 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 9 | 157 | 0 | 0.95 | 0.17 | 0.25 | 310.94 | 0.91 | 0.39 |
| Hex | BE | 9 | 9D | 0 | 5F | 11 | 19 | 137 | 5B | 27 |
| Octal | 276 | 11 | 235 | 0 | 137 | 21 | 31 | 467 | 133 | 47 |
| Binary | 10111110 | 1001 | 10011101 | 0 | 1011111 | 10001 | 11001 | 100110111 | 1011011 | 100111 |
Color Harmonies of #BE099D
Complementary color
Monochromatic Colors of #BE099D
Black with #BE099D
Text Example
Text Example
White with #BE099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE099D; }
p { color: rgb(190,9,157); }
H1.HeaderClassName
{
color: #BE099D;
}
.AnyTagClassName
{
color: #BE099D;
}
</style>
background-color css
<style>
a { background-color: #BE099D; }
a { background-color: rgb(190,9,157); }
div.DivClassName
{
background-color: #BE099D;
}
.BgClassName
{
background-color: #BE099D;
}
</style>
border-color css
<style>
span { border-color: #BE099D; }
span { border-color: rgb(190,9,157); }
td.TdClassName
{
border-color: #BE099D;
}
.TagClassName
{
border-color: #BE099D;
}
</style>