Shades of Medium Red Violet #BE25A2
Tints of Medium Red Violet #BE25A2
RGB
CMYK
RGB Variations
Color information
#BE25A2 (or 0xBE25A2) is known color: Medium Red Violet. HEX triplet: BE, 25 and A2. RGB value is (190,37,162). Sum of RGB (Red+Green+Blue) = 190+37+162=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 162 (63.67% from 255 or 41.65% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE25A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE25A2 is #41DA5D. Grayscale: #606060. Windows color (decimal): -4315742 or 10626494. OLE color: 10626494.
HSL color Cylindrical-coordinate representation of color #BE25A2: hue angle of 310.98º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE25A2 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 37 | 162 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.25 |
| HSL | 310.98º | 0.67% | 0.45% | - |
| HSV(B) | 310.98º | 0.81% | 0.75% | - |
| XYZ | 28.42 | 14.88 | 35.56 | - |
| YUV | 97 | 164.69 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 37 | 162 | 0 | 0.81 | 0.15 | 0.25 | 310.98 | 0.67 | 0.45 |
| Hex | BE | 25 | A2 | 0 | 51 | F | 19 | 137 | 43 | 2D |
| Octal | 276 | 45 | 242 | 0 | 121 | 17 | 31 | 467 | 103 | 55 |
| Binary | 10111110 | 100101 | 10100010 | 0 | 1010001 | 1111 | 11001 | 100110111 | 1000011 | 101101 |
Color Harmonies of #BE25A2
Complementary color
Monochromatic Colors of #BE25A2
Black with #BE25A2
Text Example
Text Example
White with #BE25A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE25A2; }
p { color: rgb(190,37,162); }
H1.HeaderClassName
{
color: #BE25A2;
}
.AnyTagClassName
{
color: #BE25A2;
}
</style>
background-color css
<style>
a { background-color: #BE25A2; }
a { background-color: rgb(190,37,162); }
div.DivClassName
{
background-color: #BE25A2;
}
.BgClassName
{
background-color: #BE25A2;
}
</style>
border-color css
<style>
span { border-color: #BE25A2; }
span { border-color: rgb(190,37,162); }
td.TdClassName
{
border-color: #BE25A2;
}
.TagClassName
{
border-color: #BE25A2;
}
</style>