Shades of Medium Red Violet #B240A0
Tints of Medium Red Violet #B240A0
RGB
CMYK
RGB Variations
Color information
#B240A0 (or 0xB240A0) is known color: Medium Red Violet. HEX triplet: B2, 40 and A0. RGB value is (178,64,160). Sum of RGB (Red+Green+Blue) = 178+64+160=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B240A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B240A0 is #4DBF5F. Grayscale: #6C6C6C. Windows color (decimal): -5095264 or 10502322. OLE color: 10502322.
HSL color Cylindrical-coordinate representation of color #B240A0: hue angle of 309.47º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B240A0 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 64 | 160 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.30 |
| HSL | 309.47º | 0.47% | 0.47% | - |
| HSV(B) | 309.47º | 0.64% | 0.7% | - |
| XYZ | 26.54 | 15.67 | 34.88 | - |
| YUV | 109.03 | 156.77 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 160 | 0 | 0.64 | 0.10 | 0.30 | 309.47 | 0.47 | 0.47 |
| Hex | B2 | 40 | A0 | 0 | 40 | A | 1E | 135 | 2F | 2F |
| Octal | 262 | 100 | 240 | 0 | 100 | 12 | 36 | 465 | 57 | 57 |
| Binary | 10110010 | 1000000 | 10100000 | 0 | 1000000 | 1010 | 11110 | 100110101 | 101111 | 101111 |
Color Harmonies of #B240A0
Complementary color
Monochromatic Colors of #B240A0
Black with #B240A0
Text Example
Text Example
White with #B240A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B240A0; }
p { color: rgb(178,64,160); }
H1.HeaderClassName
{
color: #B240A0;
}
.AnyTagClassName
{
color: #B240A0;
}
</style>
background-color css
<style>
a { background-color: #B240A0; }
a { background-color: rgb(178,64,160); }
div.DivClassName
{
background-color: #B240A0;
}
.BgClassName
{
background-color: #B240A0;
}
</style>
border-color css
<style>
span { border-color: #B240A0; }
span { border-color: rgb(178,64,160); }
td.TdClassName
{
border-color: #B240A0;
}
.TagClassName
{
border-color: #B240A0;
}
</style>