Shades of Medium Red Violet #BE258B
Tints of Medium Red Violet #BE258B
RGB
CMYK
RGB Variations
Color information
#BE258B (or 0xBE258B) is known color: Medium Red Violet. HEX triplet: BE, 25 and 8B. RGB value is (190,37,139). Sum of RGB (Red+Green+Blue) = 190+37+139=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE258B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE258B is #41DA74. Grayscale: #5E5E5E. Windows color (decimal): -4315765 or 9119166. OLE color: 9119166.
HSL color Cylindrical-coordinate representation of color #BE258B: hue angle of 320º 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 #BE258B is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 37 | 139 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.25 |
| HSL | 320º | 0.67% | 0.45% | - |
| HSV(B) | 320º | 0.81% | 0.75% | - |
| XYZ | 26.56 | 14.13 | 25.75 | - |
| YUV | 94.38 | 153.19 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 37 | 139 | 0 | 0.81 | 0.27 | 0.25 | 320 | 0.67 | 0.45 |
| Hex | BE | 25 | 8B | 0 | 51 | 1B | 19 | 140 | 43 | 2D |
| Octal | 276 | 45 | 213 | 0 | 121 | 33 | 31 | 500 | 103 | 55 |
| Binary | 10111110 | 100101 | 10001011 | 0 | 1010001 | 11011 | 11001 | 101000000 | 1000011 | 101101 |
Color Harmonies of #BE258B
Complementary color
Monochromatic Colors of #BE258B
Black with #BE258B
Text Example
Text Example
White with #BE258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE258B; }
p { color: rgb(190,37,139); }
H1.HeaderClassName
{
color: #BE258B;
}
.AnyTagClassName
{
color: #BE258B;
}
</style>
background-color css
<style>
a { background-color: #BE258B; }
a { background-color: rgb(190,37,139); }
div.DivClassName
{
background-color: #BE258B;
}
.BgClassName
{
background-color: #BE258B;
}
</style>
border-color css
<style>
span { border-color: #BE258B; }
span { border-color: rgb(190,37,139); }
td.TdClassName
{
border-color: #BE258B;
}
.TagClassName
{
border-color: #BE258B;
}
</style>