Shades of Medium Violet Red #BE1297
Tints of Medium Violet Red #BE1297
RGB
CMYK
RGB Variations
Color information
#BE1297 (or 0xBE1297) is known color: Medium Violet Red. HEX triplet: BE, 12 and 97. RGB value is (190,18,151). Sum of RGB (Red+Green+Blue) = 190+18+151=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1297 is #41ED68. Grayscale: #545454. Windows color (decimal): -4320617 or 9900734. OLE color: 9900734.
HSL color Cylindrical-coordinate representation of color #BE1297: hue angle of 313.6º 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 #BE1297 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 18 | 151 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.25 |
| HSL | 313.6º | 0.83% | 0.41% | - |
| HSV(B) | 313.6º | 0.91% | 0.75% | - |
| XYZ | 27.04 | 13.61 | 30.48 | - |
| YUV | 84.59 | 165.48 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 18 | 151 | 0 | 0.91 | 0.21 | 0.25 | 313.6 | 0.83 | 0.41 |
| Hex | BE | 12 | 97 | 0 | 5B | 15 | 19 | 13A | 53 | 29 |
| Octal | 276 | 22 | 227 | 0 | 133 | 25 | 31 | 472 | 123 | 51 |
| Binary | 10111110 | 10010 | 10010111 | 0 | 1011011 | 10101 | 11001 | 100111010 | 1010011 | 101001 |
Color Harmonies of #BE1297
Complementary color
Monochromatic Colors of #BE1297
Black with #BE1297
Text Example
Text Example
White with #BE1297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1297; }
p { color: rgb(190,18,151); }
H1.HeaderClassName
{
color: #BE1297;
}
.AnyTagClassName
{
color: #BE1297;
}
</style>
background-color css
<style>
a { background-color: #BE1297; }
a { background-color: rgb(190,18,151); }
div.DivClassName
{
background-color: #BE1297;
}
.BgClassName
{
background-color: #BE1297;
}
</style>
border-color css
<style>
span { border-color: #BE1297; }
span { border-color: rgb(190,18,151); }
td.TdClassName
{
border-color: #BE1297;
}
.TagClassName
{
border-color: #BE1297;
}
</style>