Shades of Medium Red Violet #BE309B
Tints of Medium Red Violet #BE309B
RGB
CMYK
RGB Variations
Color information
#BE309B (or 0xBE309B) is known color: Medium Red Violet. HEX triplet: BE, 30 and 9B. RGB value is (190,48,155). Sum of RGB (Red+Green+Blue) = 190+48+155=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE309B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE309B is #41CF64. Grayscale: #666666. Windows color (decimal): -4312933 or 10170558. OLE color: 10170558.
HSL color Cylindrical-coordinate representation of color #BE309B: hue angle of 314.79º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE309B is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 48 | 155 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.25 |
| HSL | 314.79º | 0.6% | 0.47% | - |
| HSV(B) | 314.79º | 0.75% | 0.75% | - |
| XYZ | 28.21 | 15.43 | 32.5 | - |
| YUV | 102.66 | 157.54 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 48 | 155 | 0 | 0.75 | 0.18 | 0.25 | 314.79 | 0.6 | 0.47 |
| Hex | BE | 30 | 9B | 0 | 4B | 12 | 19 | 13B | 3C | 2F |
| Octal | 276 | 60 | 233 | 0 | 113 | 22 | 31 | 473 | 74 | 57 |
| Binary | 10111110 | 110000 | 10011011 | 0 | 1001011 | 10010 | 11001 | 100111011 | 111100 | 101111 |
Color Harmonies of #BE309B
Complementary color
Monochromatic Colors of #BE309B
Black with #BE309B
Text Example
Text Example
White with #BE309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE309B; }
p { color: rgb(190,48,155); }
H1.HeaderClassName
{
color: #BE309B;
}
.AnyTagClassName
{
color: #BE309B;
}
</style>
background-color css
<style>
a { background-color: #BE309B; }
a { background-color: rgb(190,48,155); }
div.DivClassName
{
background-color: #BE309B;
}
.BgClassName
{
background-color: #BE309B;
}
</style>
border-color css
<style>
span { border-color: #BE309B; }
span { border-color: rgb(190,48,155); }
td.TdClassName
{
border-color: #BE309B;
}
.TagClassName
{
border-color: #BE309B;
}
</style>