Shades of Medium Red Violet #B24080
Tints of Medium Red Violet #B24080
RGB
CMYK
RGB Variations
Color information
#B24080 (or 0xB24080) is known color: Medium Red Violet. HEX triplet: B2, 40 and 80. RGB value is (178,64,128). Sum of RGB (Red+Green+Blue) = 178+64+128=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B24080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24080 is #4DBF7F. Grayscale: #696969. Windows color (decimal): -5095296 or 8405170. OLE color: 8405170.
HSL color Cylindrical-coordinate representation of color #B24080: hue angle of 326.32º 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 #B24080 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 64 | 128 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.30 |
| HSL | 326.32º | 0.47% | 0.47% | - |
| HSV(B) | 326.32º | 0.64% | 0.7% | - |
| XYZ | 24.09 | 14.69 | 21.99 | - |
| YUV | 105.38 | 140.77 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 128 | 0 | 0.64 | 0.28 | 0.30 | 326.32 | 0.47 | 0.47 |
| Hex | B2 | 40 | 80 | 0 | 40 | 1C | 1E | 146 | 2F | 2F |
| Octal | 262 | 100 | 200 | 0 | 100 | 34 | 36 | 506 | 57 | 57 |
| Binary | 10110010 | 1000000 | 10000000 | 0 | 1000000 | 11100 | 11110 | 101000110 | 101111 | 101111 |
Color Harmonies of #B24080
Complementary color
Monochromatic Colors of #B24080
Black with #B24080
Text Example
Text Example
White with #B24080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24080; }
p { color: rgb(178,64,128); }
H1.HeaderClassName
{
color: #B24080;
}
.AnyTagClassName
{
color: #B24080;
}
</style>
background-color css
<style>
a { background-color: #B24080; }
a { background-color: rgb(178,64,128); }
div.DivClassName
{
background-color: #B24080;
}
.BgClassName
{
background-color: #B24080;
}
</style>
border-color css
<style>
span { border-color: #B24080; }
span { border-color: rgb(178,64,128); }
td.TdClassName
{
border-color: #B24080;
}
.TagClassName
{
border-color: #B24080;
}
</style>