Shades of Medium Violet Red #BE009A
Tints of Medium Violet Red #BE009A
RGB
CMYK
RGB Variations
Color information
#BE009A (or 0xBE009A) is known color: Medium Violet Red. HEX triplet: BE, 00 and 9A. RGB value is (190,0,154). Sum of RGB (Red+Green+Blue) = 190+0+154=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE009A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE009A is #41FF65. Grayscale: #494949. Windows color (decimal): -4325222 or 10092734. OLE color: 10092734.
HSL color Cylindrical-coordinate representation of color #BE009A: hue angle of 311.37º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE009A is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 0 | 154 | - |
| CMYK | 0 | 1 | 0.19 | 0.25 |
| HSL | 311.37º | 1% | 0.37% | - |
| HSV(B) | 311.37º | 1% | 0.75% | - |
| XYZ | 27.07 | 13.28 | 31.71 | - |
| YUV | 74.37 | 172.95 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 0 | 154 | 0 | 1 | 0.19 | 0.25 | 311.37 | 1 | 0.37 |
| Hex | BE | 0 | 9A | 0 | 64 | 13 | 19 | 137 | 64 | 25 |
| Octal | 276 | 0 | 232 | 0 | 144 | 23 | 31 | 467 | 144 | 45 |
| Binary | 10111110 | 0 | 10011010 | 0 | 1100100 | 10011 | 11001 | 100110111 | 1100100 | 100101 |
Color Harmonies of #BE009A
Complementary color
Monochromatic Colors of #BE009A
Black with #BE009A
Text Example
Text Example
White with #BE009A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE009A; }
p { color: rgb(190,0,154); }
H1.HeaderClassName
{
color: #BE009A;
}
.AnyTagClassName
{
color: #BE009A;
}
</style>
background-color css
<style>
a { background-color: #BE009A; }
a { background-color: rgb(190,0,154); }
div.DivClassName
{
background-color: #BE009A;
}
.BgClassName
{
background-color: #BE009A;
}
</style>
border-color css
<style>
span { border-color: #BE009A; }
span { border-color: rgb(190,0,154); }
td.TdClassName
{
border-color: #BE009A;
}
.TagClassName
{
border-color: #BE009A;
}
</style>