Shades of Medium Red Violet #B24185
Tints of Medium Red Violet #B24185
RGB
CMYK
RGB Variations
Color information
#B24185 (or 0xB24185) is known color: Medium Red Violet. HEX triplet: B2, 41 and 85. RGB value is (178,65,133). Sum of RGB (Red+Green+Blue) = 178+65+133=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B24185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24185 is #4DBE7A. Grayscale: #6A6A6A. Windows color (decimal): -5095035 or 8733106. OLE color: 8733106.
HSL color Cylindrical-coordinate representation of color #B24185: hue angle of 323.89º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B24185 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 65 | 133 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.30 |
| HSL | 323.89º | 0.47% | 0.48% | - |
| HSV(B) | 323.89º | 0.63% | 0.7% | - |
| XYZ | 24.48 | 14.94 | 23.78 | - |
| YUV | 106.54 | 142.94 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 65 | 133 | 0 | 0.63 | 0.25 | 0.30 | 323.89 | 0.47 | 0.48 |
| Hex | B2 | 41 | 85 | 0 | 3F | 19 | 1E | 144 | 2F | 30 |
| Octal | 262 | 101 | 205 | 0 | 77 | 31 | 36 | 504 | 57 | 60 |
| Binary | 10110010 | 1000001 | 10000101 | 0 | 111111 | 11001 | 11110 | 101000100 | 101111 | 110000 |
Color Harmonies of #B24185
Complementary color
Monochromatic Colors of #B24185
Black with #B24185
Text Example
Text Example
White with #B24185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24185; }
p { color: rgb(178,65,133); }
H1.HeaderClassName
{
color: #B24185;
}
.AnyTagClassName
{
color: #B24185;
}
</style>
background-color css
<style>
a { background-color: #B24185; }
a { background-color: rgb(178,65,133); }
div.DivClassName
{
background-color: #B24185;
}
.BgClassName
{
background-color: #B24185;
}
</style>
border-color css
<style>
span { border-color: #B24185; }
span { border-color: rgb(178,65,133); }
td.TdClassName
{
border-color: #B24185;
}
.TagClassName
{
border-color: #B24185;
}
</style>