Shades of Medium Red Violet #BE3B8E
Tints of Medium Red Violet #BE3B8E
RGB
CMYK
RGB Variations
Color information
#BE3B8E (or 0xBE3B8E) is known color: Medium Red Violet. HEX triplet: BE, 3B and 8E. RGB value is (190,59,142). Sum of RGB (Red+Green+Blue) = 190+59+142=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 59 (23.44% from 255 or 15.09% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3B8E is #41C471. Grayscale: #6B6B6B. Windows color (decimal): -4310130 or 9321406. OLE color: 9321406.
HSL color Cylindrical-coordinate representation of color #BE3B8E: hue angle of 321.98º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE3B8E is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 59 | 142 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.25 |
| HSL | 321.98º | 0.53% | 0.49% | - |
| HSV(B) | 321.98º | 0.69% | 0.75% | - |
| XYZ | 27.68 | 16.03 | 27.23 | - |
| YUV | 107.63 | 147.4 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 59 | 142 | 0 | 0.69 | 0.25 | 0.25 | 321.98 | 0.53 | 0.49 |
| Hex | BE | 3B | 8E | 0 | 45 | 19 | 19 | 142 | 35 | 31 |
| Octal | 276 | 73 | 216 | 0 | 105 | 31 | 31 | 502 | 65 | 61 |
| Binary | 10111110 | 111011 | 10001110 | 0 | 1000101 | 11001 | 11001 | 101000010 | 110101 | 110001 |
Color Harmonies of #BE3B8E
Complementary color
Monochromatic Colors of #BE3B8E
Black with #BE3B8E
Text Example
Text Example
White with #BE3B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3B8E; }
p { color: rgb(190,59,142); }
H1.HeaderClassName
{
color: #BE3B8E;
}
.AnyTagClassName
{
color: #BE3B8E;
}
</style>
background-color css
<style>
a { background-color: #BE3B8E; }
a { background-color: rgb(190,59,142); }
div.DivClassName
{
background-color: #BE3B8E;
}
.BgClassName
{
background-color: #BE3B8E;
}
</style>
border-color css
<style>
span { border-color: #BE3B8E; }
span { border-color: rgb(190,59,142); }
td.TdClassName
{
border-color: #BE3B8E;
}
.TagClassName
{
border-color: #BE3B8E;
}
</style>