Shades of Medium Red Violet #BE2B7A
Tints of Medium Red Violet #BE2B7A
RGB
CMYK
RGB Variations
Color information
#BE2B7A (or 0xBE2B7A) is known color: Medium Red Violet. HEX triplet: BE, 2B and 7A. RGB value is (190,43,122). Sum of RGB (Red+Green+Blue) = 190+43+122=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2B7A is #41D485. Grayscale: #5F5F5F. Windows color (decimal): -4314246 or 8006590. OLE color: 8006590.
HSL color Cylindrical-coordinate representation of color #BE2B7A: hue angle of 327.76º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2B7A is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 43 | 122 | - |
CMYK | 0 | 0.77 | 0.36 | 0.25 |
HSL | 327.76º | 0.63% | 0.46% | - |
HSV(B) | 327.76º | 0.77% | 0.75% | - |
XYZ | 25.61 | 14.08 | 19.78 | - |
YUV | 95.96 | 142.7 | 195.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 43 | 122 | 0 | 0.77 | 0.36 | 0.25 | 327.76 | 0.63 | 0.46 |
Hex | BE | 2B | 7A | 0 | 4D | 24 | 19 | 148 | 3F | 2E |
Octal | 276 | 53 | 172 | 0 | 115 | 44 | 31 | 510 | 77 | 56 |
Binary | 10111110 | 101011 | 1111010 | 0 | 1001101 | 100100 | 11001 | 101001000 | 111111 | 101110 |
Color Harmonies of #BE2B7A
Complementary color
Monochromatic Colors of #BE2B7A
Black with #BE2B7A
Text Example
Text Example
White with #BE2B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2B7A; }
p { color: rgb(190,43,122); }
H1.HeaderClassName
{
color: #BE2B7A;
}
.AnyTagClassName
{
color: #BE2B7A;
}
</style>
background-color css
<style>
a { background-color: #BE2B7A; }
a { background-color: rgb(190,43,122); }
div.DivClassName
{
background-color: #BE2B7A;
}
.BgClassName
{
background-color: #BE2B7A;
}
</style>
border-color css
<style>
span { border-color: #BE2B7A; }
span { border-color: rgb(190,43,122); }
td.TdClassName
{
border-color: #BE2B7A;
}
.TagClassName
{
border-color: #BE2B7A;
}
</style>