Shades of Medium Red Violet #B24291
Tints of Medium Red Violet #B24291
RGB
CMYK
RGB Variations
Color information
#B24291 (or 0xB24291) is known color: Medium Red Violet. HEX triplet: B2, 42 and 91. RGB value is (178,66,145). Sum of RGB (Red+Green+Blue) = 178+66+145=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 145 (57.03% from 255 or 37.28% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B24291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24291 is #4DBD6E. Grayscale: #6C6C6C. Windows color (decimal): -5094767 or 9519794. OLE color: 9519794.
HSL color Cylindrical-coordinate representation of color #B24291: hue angle of 317.68º degrees, saturation: 0.46, 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 #B24291 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 66 | 145 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.30 |
| HSL | 317.68º | 0.46% | 0.48% | - |
| HSV(B) | 317.68º | 0.63% | 0.7% | - |
| XYZ | 25.42 | 15.41 | 28.42 | - |
| YUV | 108.49 | 148.61 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 145 | 0 | 0.63 | 0.19 | 0.30 | 317.68 | 0.46 | 0.48 |
| Hex | B2 | 42 | 91 | 0 | 3F | 13 | 1E | 13E | 2E | 30 |
| Octal | 262 | 102 | 221 | 0 | 77 | 23 | 36 | 476 | 56 | 60 |
| Binary | 10110010 | 1000010 | 10010001 | 0 | 111111 | 10011 | 11110 | 100111110 | 101110 | 110000 |
Color Harmonies of #B24291
Complementary color
Monochromatic Colors of #B24291
Black with #B24291
Text Example
Text Example
White with #B24291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24291; }
p { color: rgb(178,66,145); }
H1.HeaderClassName
{
color: #B24291;
}
.AnyTagClassName
{
color: #B24291;
}
</style>
background-color css
<style>
a { background-color: #B24291; }
a { background-color: rgb(178,66,145); }
div.DivClassName
{
background-color: #B24291;
}
.BgClassName
{
background-color: #B24291;
}
</style>
border-color css
<style>
span { border-color: #B24291; }
span { border-color: rgb(178,66,145); }
td.TdClassName
{
border-color: #B24291;
}
.TagClassName
{
border-color: #B24291;
}
</style>