Shades of Medium Violet Red #BE129B
Tints of Medium Violet Red #BE129B
RGB
CMYK
RGB Variations
Color information
#BE129B (or 0xBE129B) is known color: Medium Violet Red. HEX triplet: BE, 12 and 9B. RGB value is (190,18,155). Sum of RGB (Red+Green+Blue) = 190+18+155=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE129B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE129B is #41ED64. Grayscale: #545454. Windows color (decimal): -4320613 or 10162878. OLE color: 10162878.
HSL color Cylindrical-coordinate representation of color #BE129B: hue angle of 312.21º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE129B is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 18 | 155 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.25 |
| HSL | 312.21º | 0.83% | 0.41% | - |
| HSV(B) | 312.21º | 0.91% | 0.75% | - |
| XYZ | 27.37 | 13.75 | 32.22 | - |
| YUV | 85.05 | 167.48 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 18 | 155 | 0 | 0.91 | 0.18 | 0.25 | 312.21 | 0.83 | 0.41 |
| Hex | BE | 12 | 9B | 0 | 5B | 12 | 19 | 138 | 53 | 29 |
| Octal | 276 | 22 | 233 | 0 | 133 | 22 | 31 | 470 | 123 | 51 |
| Binary | 10111110 | 10010 | 10011011 | 0 | 1011011 | 10010 | 11001 | 100111000 | 1010011 | 101001 |
Color Harmonies of #BE129B
Complementary color
Monochromatic Colors of #BE129B
Black with #BE129B
Text Example
Text Example
White with #BE129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE129B; }
p { color: rgb(190,18,155); }
H1.HeaderClassName
{
color: #BE129B;
}
.AnyTagClassName
{
color: #BE129B;
}
</style>
background-color css
<style>
a { background-color: #BE129B; }
a { background-color: rgb(190,18,155); }
div.DivClassName
{
background-color: #BE129B;
}
.BgClassName
{
background-color: #BE129B;
}
</style>
border-color css
<style>
span { border-color: #BE129B; }
span { border-color: rgb(190,18,155); }
td.TdClassName
{
border-color: #BE129B;
}
.TagClassName
{
border-color: #BE129B;
}
</style>