Shades of Medium Red Violet #BE25AA
Tints of Medium Red Violet #BE25AA
RGB
CMYK
RGB Variations
Color information
#BE25AA (or 0xBE25AA) is known color: Medium Red Violet. HEX triplet: BE, 25 and AA. RGB value is (190,37,170). Sum of RGB (Red+Green+Blue) = 190+37+170=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE25AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE25AA is #41DA55. Grayscale: #616161. Windows color (decimal): -4315734 or 11150782. OLE color: 11150782.
HSL color Cylindrical-coordinate representation of color #BE25AA: hue angle of 307.84º 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 #BE25AA is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 37 | 170 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.25 |
| HSL | 307.84º | 0.67% | 0.45% | - |
| HSV(B) | 307.84º | 0.81% | 0.75% | - |
| XYZ | 29.15 | 15.17 | 39.42 | - |
| YUV | 97.91 | 168.69 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 37 | 170 | 0 | 0.81 | 0.11 | 0.25 | 307.84 | 0.67 | 0.45 |
| Hex | BE | 25 | AA | 0 | 51 | B | 19 | 134 | 43 | 2D |
| Octal | 276 | 45 | 252 | 0 | 121 | 13 | 31 | 464 | 103 | 55 |
| Binary | 10111110 | 100101 | 10101010 | 0 | 1010001 | 1011 | 11001 | 100110100 | 1000011 | 101101 |
Color Harmonies of #BE25AA
Complementary color
Monochromatic Colors of #BE25AA
Black with #BE25AA
Text Example
Text Example
White with #BE25AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE25AA; }
p { color: rgb(190,37,170); }
H1.HeaderClassName
{
color: #BE25AA;
}
.AnyTagClassName
{
color: #BE25AA;
}
</style>
background-color css
<style>
a { background-color: #BE25AA; }
a { background-color: rgb(190,37,170); }
div.DivClassName
{
background-color: #BE25AA;
}
.BgClassName
{
background-color: #BE25AA;
}
</style>
border-color css
<style>
span { border-color: #BE25AA; }
span { border-color: rgb(190,37,170); }
td.TdClassName
{
border-color: #BE25AA;
}
.TagClassName
{
border-color: #BE25AA;
}
</style>