Shades of Medium Red Violet #BE259D
Tints of Medium Red Violet #BE259D
RGB
CMYK
RGB Variations
Color information
#BE259D (or 0xBE259D) is known color: Medium Red Violet. HEX triplet: BE, 25 and 9D. RGB value is (190,37,157). Sum of RGB (Red+Green+Blue) = 190+37+157=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE259D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE259D is #41DA62. Grayscale: #606060. Windows color (decimal): -4315747 or 10298814. OLE color: 10298814.
HSL color Cylindrical-coordinate representation of color #BE259D: hue angle of 312.94º 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 #BE259D is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 37 | 157 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.25 |
| HSL | 312.94º | 0.67% | 0.45% | - |
| HSV(B) | 312.94º | 0.81% | 0.75% | - |
| XYZ | 27.98 | 14.7 | 33.26 | - |
| YUV | 96.43 | 162.19 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 37 | 157 | 0 | 0.81 | 0.17 | 0.25 | 312.94 | 0.67 | 0.45 |
| Hex | BE | 25 | 9D | 0 | 51 | 11 | 19 | 139 | 43 | 2D |
| Octal | 276 | 45 | 235 | 0 | 121 | 21 | 31 | 471 | 103 | 55 |
| Binary | 10111110 | 100101 | 10011101 | 0 | 1010001 | 10001 | 11001 | 100111001 | 1000011 | 101101 |
Color Harmonies of #BE259D
Complementary color
Monochromatic Colors of #BE259D
Black with #BE259D
Text Example
Text Example
White with #BE259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE259D; }
p { color: rgb(190,37,157); }
H1.HeaderClassName
{
color: #BE259D;
}
.AnyTagClassName
{
color: #BE259D;
}
</style>
background-color css
<style>
a { background-color: #BE259D; }
a { background-color: rgb(190,37,157); }
div.DivClassName
{
background-color: #BE259D;
}
.BgClassName
{
background-color: #BE259D;
}
</style>
border-color css
<style>
span { border-color: #BE259D; }
span { border-color: rgb(190,37,157); }
td.TdClassName
{
border-color: #BE259D;
}
.TagClassName
{
border-color: #BE259D;
}
</style>