Shades of Medium Red Violet #BE257B
Tints of Medium Red Violet #BE257B
RGB
CMYK
RGB Variations
Color information
#BE257B (or 0xBE257B) is known color: Medium Red Violet. HEX triplet: BE, 25 and 7B. RGB value is (190,37,123). Sum of RGB (Red+Green+Blue) = 190+37+123=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE257B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE257B is #41DA84. Grayscale: #5C5C5C. Windows color (decimal): -4315781 or 8070590. OLE color: 8070590.
HSL color Cylindrical-coordinate representation of color #BE257B: hue angle of 326.27º 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 #BE257B is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 37 | 123 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.25 |
| HSL | 326.27º | 0.67% | 0.45% | - |
| HSV(B) | 326.27º | 0.81% | 0.75% | - |
| XYZ | 25.47 | 13.7 | 20.04 | - |
| YUV | 92.55 | 145.19 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 37 | 123 | 0 | 0.81 | 0.35 | 0.25 | 326.27 | 0.67 | 0.45 |
| Hex | BE | 25 | 7B | 0 | 51 | 23 | 19 | 146 | 43 | 2D |
| Octal | 276 | 45 | 173 | 0 | 121 | 43 | 31 | 506 | 103 | 55 |
| Binary | 10111110 | 100101 | 1111011 | 0 | 1010001 | 100011 | 11001 | 101000110 | 1000011 | 101101 |
Color Harmonies of #BE257B
Complementary color
Monochromatic Colors of #BE257B
Black with #BE257B
Text Example
Text Example
White with #BE257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE257B; }
p { color: rgb(190,37,123); }
H1.HeaderClassName
{
color: #BE257B;
}
.AnyTagClassName
{
color: #BE257B;
}
</style>
background-color css
<style>
a { background-color: #BE257B; }
a { background-color: rgb(190,37,123); }
div.DivClassName
{
background-color: #BE257B;
}
.BgClassName
{
background-color: #BE257B;
}
</style>
border-color css
<style>
span { border-color: #BE257B; }
span { border-color: rgb(190,37,123); }
td.TdClassName
{
border-color: #BE257B;
}
.TagClassName
{
border-color: #BE257B;
}
</style>