Shades of Medium Violet Red #BE109B
Tints of Medium Violet Red #BE109B
RGB
CMYK
RGB Variations
Color information
#BE109B (or 0xBE109B) is known color: Medium Violet Red. HEX triplet: BE, 10 and 9B. RGB value is (190,16,155). Sum of RGB (Red+Green+Blue) = 190+16+155=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE109B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE109B is #41EF64. Grayscale: #535353. Windows color (decimal): -4321125 or 10162366. OLE color: 10162366.
HSL color Cylindrical-coordinate representation of color #BE109B: hue angle of 312.07º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE109B is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 16 | 155 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.25 |
| HSL | 312.07º | 0.84% | 0.4% | - |
| HSV(B) | 312.07º | 0.92% | 0.75% | - |
| XYZ | 27.34 | 13.68 | 32.21 | - |
| YUV | 83.87 | 168.15 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 16 | 155 | 0 | 0.92 | 0.18 | 0.25 | 312.07 | 0.84 | 0.4 |
| Hex | BE | 10 | 9B | 0 | 5C | 12 | 19 | 138 | 54 | 28 |
| Octal | 276 | 20 | 233 | 0 | 134 | 22 | 31 | 470 | 124 | 50 |
| Binary | 10111110 | 10000 | 10011011 | 0 | 1011100 | 10010 | 11001 | 100111000 | 1010100 | 101000 |
Color Harmonies of #BE109B
Complementary color
Monochromatic Colors of #BE109B
Black with #BE109B
Text Example
Text Example
White with #BE109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE109B; }
p { color: rgb(190,16,155); }
H1.HeaderClassName
{
color: #BE109B;
}
.AnyTagClassName
{
color: #BE109B;
}
</style>
background-color css
<style>
a { background-color: #BE109B; }
a { background-color: rgb(190,16,155); }
div.DivClassName
{
background-color: #BE109B;
}
.BgClassName
{
background-color: #BE109B;
}
</style>
border-color css
<style>
span { border-color: #BE109B; }
span { border-color: rgb(190,16,155); }
td.TdClassName
{
border-color: #BE109B;
}
.TagClassName
{
border-color: #BE109B;
}
</style>