Shades of Medium Red Violet #BE3299
Tints of Medium Red Violet #BE3299
RGB
CMYK
RGB Variations
Color information
#BE3299 (or 0xBE3299) is known color: Medium Red Violet. HEX triplet: BE, 32 and 99. RGB value is (190,50,153). Sum of RGB (Red+Green+Blue) = 190+50+153=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3299 is #41CD66. Grayscale: #676767. Windows color (decimal): -4312423 or 10039998. OLE color: 10039998.
HSL color Cylindrical-coordinate representation of color #BE3299: hue angle of 315.86º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE3299 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 50 | 153 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.25 |
| HSL | 315.86º | 0.58% | 0.47% | - |
| HSV(B) | 315.86º | 0.74% | 0.75% | - |
| XYZ | 28.13 | 15.53 | 31.65 | - |
| YUV | 103.6 | 155.88 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 50 | 153 | 0 | 0.74 | 0.19 | 0.25 | 315.86 | 0.58 | 0.47 |
| Hex | BE | 32 | 99 | 0 | 4A | 13 | 19 | 13C | 3A | 2F |
| Octal | 276 | 62 | 231 | 0 | 112 | 23 | 31 | 474 | 72 | 57 |
| Binary | 10111110 | 110010 | 10011001 | 0 | 1001010 | 10011 | 11001 | 100111100 | 111010 | 101111 |
Color Harmonies of #BE3299
Complementary color
Monochromatic Colors of #BE3299
Black with #BE3299
Text Example
Text Example
White with #BE3299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3299; }
p { color: rgb(190,50,153); }
H1.HeaderClassName
{
color: #BE3299;
}
.AnyTagClassName
{
color: #BE3299;
}
</style>
background-color css
<style>
a { background-color: #BE3299; }
a { background-color: rgb(190,50,153); }
div.DivClassName
{
background-color: #BE3299;
}
.BgClassName
{
background-color: #BE3299;
}
</style>
border-color css
<style>
span { border-color: #BE3299; }
span { border-color: rgb(190,50,153); }
td.TdClassName
{
border-color: #BE3299;
}
.TagClassName
{
border-color: #BE3299;
}
</style>