Shades of Medium Red Violet #B24682
Tints of Medium Red Violet #B24682
RGB
CMYK
RGB Variations
Color information
#B24682 (or 0xB24682) is known color: Medium Red Violet. HEX triplet: B2, 46 and 82. RGB value is (178,70,130). Sum of RGB (Red+Green+Blue) = 178+70+130=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B24682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24682 is #4DB97D. Grayscale: #6C6C6C. Windows color (decimal): -5093758 or 8537778. OLE color: 8537778.
HSL color Cylindrical-coordinate representation of color #B24682: hue angle of 326.67º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B24682 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 70 | 130 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.30 |
| HSL | 326.67º | 0.44% | 0.49% | - |
| HSV(B) | 326.67º | 0.61% | 0.7% | - |
| XYZ | 24.58 | 15.46 | 22.81 | - |
| YUV | 109.13 | 139.78 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 70 | 130 | 0 | 0.61 | 0.27 | 0.30 | 326.67 | 0.44 | 0.49 |
| Hex | B2 | 46 | 82 | 0 | 3D | 1B | 1E | 147 | 2C | 31 |
| Octal | 262 | 106 | 202 | 0 | 75 | 33 | 36 | 507 | 54 | 61 |
| Binary | 10110010 | 1000110 | 10000010 | 0 | 111101 | 11011 | 11110 | 101000111 | 101100 | 110001 |
Color Harmonies of #B24682
Complementary color
Monochromatic Colors of #B24682
Black with #B24682
Text Example
Text Example
White with #B24682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24682; }
p { color: rgb(178,70,130); }
H1.HeaderClassName
{
color: #B24682;
}
.AnyTagClassName
{
color: #B24682;
}
</style>
background-color css
<style>
a { background-color: #B24682; }
a { background-color: rgb(178,70,130); }
div.DivClassName
{
background-color: #B24682;
}
.BgClassName
{
background-color: #B24682;
}
</style>
border-color css
<style>
span { border-color: #B24682; }
span { border-color: rgb(178,70,130); }
td.TdClassName
{
border-color: #B24682;
}
.TagClassName
{
border-color: #B24682;
}
</style>