Shades of Medium Violet Red #BE2169
Tints of Medium Violet Red #BE2169
RGB
CMYK
RGB Variations
Color information
#BE2169 (or 0xBE2169) is known color: Medium Violet Red. HEX triplet: BE, 21 and 69. RGB value is (190,33,105). Sum of RGB (Red+Green+Blue) = 190+33+105=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2169 is #41DE96. Grayscale: #585858. Windows color (decimal): -4316823 or 6889918. OLE color: 6889918.
HSL color Cylindrical-coordinate representation of color #BE2169: hue angle of 332.48º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE2169 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 33 | 105 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.25 |
| HSL | 332.48º | 0.7% | 0.44% | - |
| HSV(B) | 332.48º | 0.83% | 0.75% | - |
| XYZ | 24.33 | 13.05 | 14.6 | - |
| YUV | 88.15 | 137.51 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 33 | 105 | 0 | 0.83 | 0.45 | 0.25 | 332.48 | 0.7 | 0.44 |
| Hex | BE | 21 | 69 | 0 | 53 | 2D | 19 | 14C | 46 | 2C |
| Octal | 276 | 41 | 151 | 0 | 123 | 55 | 31 | 514 | 106 | 54 |
| Binary | 10111110 | 100001 | 1101001 | 0 | 1010011 | 101101 | 11001 | 101001100 | 1000110 | 101100 |
Color Harmonies of #BE2169
Complementary color
Monochromatic Colors of #BE2169
Black with #BE2169
Text Example
Text Example
White with #BE2169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2169; }
p { color: rgb(190,33,105); }
H1.HeaderClassName
{
color: #BE2169;
}
.AnyTagClassName
{
color: #BE2169;
}
</style>
background-color css
<style>
a { background-color: #BE2169; }
a { background-color: rgb(190,33,105); }
div.DivClassName
{
background-color: #BE2169;
}
.BgClassName
{
background-color: #BE2169;
}
</style>
border-color css
<style>
span { border-color: #BE2169; }
span { border-color: rgb(190,33,105); }
td.TdClassName
{
border-color: #BE2169;
}
.TagClassName
{
border-color: #BE2169;
}
</style>