Shades of Medium Red Violet #B24392
Tints of Medium Red Violet #B24392
RGB
CMYK
RGB Variations
Color information
#B24392 (or 0xB24392) is known color: Medium Red Violet. HEX triplet: B2, 43 and 92. RGB value is (178,67,146). Sum of RGB (Red+Green+Blue) = 178+67+146=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 67 (26.56% from 255 or 17.14% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B24392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24392 is #4DBC6D. Grayscale: #6C6C6C. Windows color (decimal): -5094510 or 9585586. OLE color: 9585586.
HSL color Cylindrical-coordinate representation of color #B24392: hue angle of 317.3º 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 #B24392 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 67 | 146 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.30 |
| HSL | 317.3º | 0.45% | 0.48% | - |
| HSV(B) | 317.3º | 0.62% | 0.7% | - |
| XYZ | 25.56 | 15.55 | 28.85 | - |
| YUV | 109.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 67 | 146 | 0 | 0.62 | 0.18 | 0.30 | 317.3 | 0.45 | 0.48 |
| Hex | B2 | 43 | 92 | 0 | 3E | 12 | 1E | 13D | 2D | 30 |
| Octal | 262 | 103 | 222 | 0 | 76 | 22 | 36 | 475 | 55 | 60 |
| Binary | 10110010 | 1000011 | 10010010 | 0 | 111110 | 10010 | 11110 | 100111101 | 101101 | 110000 |
Color Harmonies of #B24392
Complementary color
Monochromatic Colors of #B24392
Black with #B24392
Text Example
Text Example
White with #B24392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24392; }
p { color: rgb(178,67,146); }
H1.HeaderClassName
{
color: #B24392;
}
.AnyTagClassName
{
color: #B24392;
}
</style>
background-color css
<style>
a { background-color: #B24392; }
a { background-color: rgb(178,67,146); }
div.DivClassName
{
background-color: #B24392;
}
.BgClassName
{
background-color: #B24392;
}
</style>
border-color css
<style>
span { border-color: #B24392; }
span { border-color: rgb(178,67,146); }
td.TdClassName
{
border-color: #B24392;
}
.TagClassName
{
border-color: #B24392;
}
</style>