Shades of Medium Red Violet #BE3D9C
Tints of Medium Red Violet #BE3D9C
RGB
CMYK
RGB Variations
Color information
#BE3D9C (or 0xBE3D9C) is known color: Medium Red Violet. HEX triplet: BE, 3D and 9C. RGB value is (190,61,156). Sum of RGB (Red+Green+Blue) = 190+61+156=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3D9C is #41C263. Grayscale: #6E6E6E. Windows color (decimal): -4309604 or 10239422. OLE color: 10239422.
HSL color Cylindrical-coordinate representation of color #BE3D9C: hue angle of 315.81º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE3D9C is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 61 | 156 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.25 |
| HSL | 315.81º | 0.51% | 0.49% | - |
| HSV(B) | 315.81º | 0.68% | 0.75% | - |
| XYZ | 28.9 | 16.68 | 33.15 | - |
| YUV | 110.4 | 153.74 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 61 | 156 | 0 | 0.68 | 0.18 | 0.25 | 315.81 | 0.51 | 0.49 |
| Hex | BE | 3D | 9C | 0 | 44 | 12 | 19 | 13C | 33 | 31 |
| Octal | 276 | 75 | 234 | 0 | 104 | 22 | 31 | 474 | 63 | 61 |
| Binary | 10111110 | 111101 | 10011100 | 0 | 1000100 | 10010 | 11001 | 100111100 | 110011 | 110001 |
Color Harmonies of #BE3D9C
Complementary color
Monochromatic Colors of #BE3D9C
Black with #BE3D9C
Text Example
Text Example
White with #BE3D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3D9C; }
p { color: rgb(190,61,156); }
H1.HeaderClassName
{
color: #BE3D9C;
}
.AnyTagClassName
{
color: #BE3D9C;
}
</style>
background-color css
<style>
a { background-color: #BE3D9C; }
a { background-color: rgb(190,61,156); }
div.DivClassName
{
background-color: #BE3D9C;
}
.BgClassName
{
background-color: #BE3D9C;
}
</style>
border-color css
<style>
span { border-color: #BE3D9C; }
span { border-color: rgb(190,61,156); }
td.TdClassName
{
border-color: #BE3D9C;
}
.TagClassName
{
border-color: #BE3D9C;
}
</style>