Shades of Medium Red Violet #B24497
Tints of Medium Red Violet #B24497
RGB
CMYK
RGB Variations
Color information
#B24497 (or 0xB24497) is known color: Medium Red Violet. HEX triplet: B2, 44 and 97. RGB value is (178,68,151). Sum of RGB (Red+Green+Blue) = 178+68+151=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B24497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24497 is #4DBB68. Grayscale: #6E6E6E. Windows color (decimal): -5094249 or 9913522. OLE color: 9913522.
HSL color Cylindrical-coordinate representation of color #B24497: hue angle of 314.73º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B24497 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 68 | 151 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.30 |
| HSL | 314.73º | 0.45% | 0.48% | - |
| HSV(B) | 314.73º | 0.62% | 0.7% | - |
| XYZ | 26.01 | 15.83 | 30.96 | - |
| YUV | 110.35 | 150.94 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 68 | 151 | 0 | 0.62 | 0.15 | 0.30 | 314.73 | 0.45 | 0.48 |
| Hex | B2 | 44 | 97 | 0 | 3E | F | 1E | 13B | 2D | 30 |
| Octal | 262 | 104 | 227 | 0 | 76 | 17 | 36 | 473 | 55 | 60 |
| Binary | 10110010 | 1000100 | 10010111 | 0 | 111110 | 1111 | 11110 | 100111011 | 101101 | 110000 |
Color Harmonies of #B24497
Complementary color
Monochromatic Colors of #B24497
Black with #B24497
Text Example
Text Example
White with #B24497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24497; }
p { color: rgb(178,68,151); }
H1.HeaderClassName
{
color: #B24497;
}
.AnyTagClassName
{
color: #B24497;
}
</style>
background-color css
<style>
a { background-color: #B24497; }
a { background-color: rgb(178,68,151); }
div.DivClassName
{
background-color: #B24497;
}
.BgClassName
{
background-color: #B24497;
}
</style>
border-color css
<style>
span { border-color: #B24497; }
span { border-color: rgb(178,68,151); }
td.TdClassName
{
border-color: #B24497;
}
.TagClassName
{
border-color: #B24497;
}
</style>