Shades of Medium Red Violet #BE259B
Tints of Medium Red Violet #BE259B
RGB
CMYK
RGB Variations
Color information
#BE259B (or 0xBE259B) is known color: Medium Red Violet. HEX triplet: BE, 25 and 9B. RGB value is (190,37,155). Sum of RGB (Red+Green+Blue) = 190+37+155=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 37 (14.84% from 255 or 9.69% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE259B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE259B is #41DA64. Grayscale: #5F5F5F. Windows color (decimal): -4315749 or 10167742. OLE color: 10167742.
HSL color Cylindrical-coordinate representation of color #BE259B: hue angle of 313.73º 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 #BE259B is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 37 | 155 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.25 |
| HSL | 313.73º | 0.67% | 0.45% | - |
| HSV(B) | 313.73º | 0.81% | 0.75% | - |
| XYZ | 27.81 | 14.64 | 32.37 | - |
| YUV | 96.2 | 161.19 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 37 | 155 | 0 | 0.81 | 0.18 | 0.25 | 313.73 | 0.67 | 0.45 |
| Hex | BE | 25 | 9B | 0 | 51 | 12 | 19 | 13A | 43 | 2D |
| Octal | 276 | 45 | 233 | 0 | 121 | 22 | 31 | 472 | 103 | 55 |
| Binary | 10111110 | 100101 | 10011011 | 0 | 1010001 | 10010 | 11001 | 100111010 | 1000011 | 101101 |
Color Harmonies of #BE259B
Complementary color
Monochromatic Colors of #BE259B
Black with #BE259B
Text Example
Text Example
White with #BE259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE259B; }
p { color: rgb(190,37,155); }
H1.HeaderClassName
{
color: #BE259B;
}
.AnyTagClassName
{
color: #BE259B;
}
</style>
background-color css
<style>
a { background-color: #BE259B; }
a { background-color: rgb(190,37,155); }
div.DivClassName
{
background-color: #BE259B;
}
.BgClassName
{
background-color: #BE259B;
}
</style>
border-color css
<style>
span { border-color: #BE259B; }
span { border-color: rgb(190,37,155); }
td.TdClassName
{
border-color: #BE259B;
}
.TagClassName
{
border-color: #BE259B;
}
</style>