Shades of Medium Violet Red #BE009B
Tints of Medium Violet Red #BE009B
RGB
CMYK
RGB Variations
Color information
#BE009B (or 0xBE009B) is known color: Medium Violet Red. HEX triplet: BE, 00 and 9B. RGB value is (190,0,155). Sum of RGB (Red+Green+Blue) = 190+0+155=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE009B is #41FF64. Grayscale: #4A4A4A. Windows color (decimal): -4325221 or 10158270. OLE color: 10158270.
HSL color Cylindrical-coordinate representation of color #BE009B: hue angle of 311.05º 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 #BE009B is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.18 | 0.25 |
| HSL | 311.05º | 1% | 0.37% | - |
| HSV(B) | 311.05º | 1% | 0.75% | - |
| XYZ | 27.15 | 13.31 | 32.15 | - |
| YUV | 74.48 | 173.45 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 0 | 155 | 0 | 1 | 0.18 | 0.25 | 311.05 | 1 | 0.37 |
| Hex | BE | 0 | 9B | 0 | 64 | 12 | 19 | 137 | 64 | 25 |
| Octal | 276 | 0 | 233 | 0 | 144 | 22 | 31 | 467 | 144 | 45 |
| Binary | 10111110 | 0 | 10011011 | 0 | 1100100 | 10010 | 11001 | 100110111 | 1100100 | 100101 |
Color Harmonies of #BE009B
Complementary color
Monochromatic Colors of #BE009B
Black with #BE009B
Text Example
Text Example
White with #BE009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE009B; }
p { color: rgb(190,0,155); }
H1.HeaderClassName
{
color: #BE009B;
}
.AnyTagClassName
{
color: #BE009B;
}
</style>
background-color css
<style>
a { background-color: #BE009B; }
a { background-color: rgb(190,0,155); }
div.DivClassName
{
background-color: #BE009B;
}
.BgClassName
{
background-color: #BE009B;
}
</style>
border-color css
<style>
span { border-color: #BE009B; }
span { border-color: rgb(190,0,155); }
td.TdClassName
{
border-color: #BE009B;
}
.TagClassName
{
border-color: #BE009B;
}
</style>