Shades of Medium Red Violet #B24481
Tints of Medium Red Violet #B24481
RGB
CMYK
RGB Variations
Color information
#B24481 (or 0xB24481) is known color: Medium Red Violet. HEX triplet: B2, 44 and 81. RGB value is (178,68,129). Sum of RGB (Red+Green+Blue) = 178+68+129=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B24481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24481 is #4DBB7E. Grayscale: #6B6B6B. Windows color (decimal): -5094271 or 8471730. OLE color: 8471730.
HSL color Cylindrical-coordinate representation of color #B24481: hue angle of 326.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 #B24481 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 68 | 129 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.30 |
| HSL | 326.73º | 0.45% | 0.48% | - |
| HSV(B) | 326.73º | 0.62% | 0.7% | - |
| XYZ | 24.39 | 15.18 | 22.41 | - |
| YUV | 107.84 | 139.94 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 68 | 129 | 0 | 0.62 | 0.28 | 0.30 | 326.73 | 0.45 | 0.48 |
| Hex | B2 | 44 | 81 | 0 | 3E | 1C | 1E | 147 | 2D | 30 |
| Octal | 262 | 104 | 201 | 0 | 76 | 34 | 36 | 507 | 55 | 60 |
| Binary | 10110010 | 1000100 | 10000001 | 0 | 111110 | 11100 | 11110 | 101000111 | 101101 | 110000 |
Color Harmonies of #B24481
Complementary color
Monochromatic Colors of #B24481
Black with #B24481
Text Example
Text Example
White with #B24481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24481; }
p { color: rgb(178,68,129); }
H1.HeaderClassName
{
color: #B24481;
}
.AnyTagClassName
{
color: #B24481;
}
</style>
background-color css
<style>
a { background-color: #B24481; }
a { background-color: rgb(178,68,129); }
div.DivClassName
{
background-color: #B24481;
}
.BgClassName
{
background-color: #B24481;
}
</style>
border-color css
<style>
span { border-color: #B24481; }
span { border-color: rgb(178,68,129); }
td.TdClassName
{
border-color: #B24481;
}
.TagClassName
{
border-color: #B24481;
}
</style>