Shades of Violet Blue #B24DA0
Tints of Violet Blue #B24DA0
RGB
CMYK
RGB Variations
Color information
#B24DA0 (or 0xB24DA0) is known color: Violet Blue. HEX triplet: B2, 4D and A0. RGB value is (178,77,160). Sum of RGB (Red+Green+Blue) = 178+77+160=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 178 - color contains mainly: red. Hex color #B24DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B24DA0 is #4DB25F. Grayscale: #747474. Windows color (decimal): -5091936 or 10505650. OLE color: 10505650.
HSL color Cylindrical-coordinate representation of color #B24DA0: hue angle of 310.69º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B24DA0 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 77 | 160 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.30 |
| HSL | 310.69º | 0.4% | 0.5% | - |
| HSV(B) | 310.69º | 0.57% | 0.7% | - |
| XYZ | 27.36 | 17.31 | 35.16 | - |
| YUV | 116.66 | 152.46 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 160 | 0 | 0.57 | 0.10 | 0.30 | 310.69 | 0.4 | 0.5 |
| Hex | B2 | 4D | A0 | 0 | 39 | A | 1E | 137 | 28 | 32 |
| Octal | 262 | 115 | 240 | 0 | 71 | 12 | 36 | 467 | 50 | 62 |
| Binary | 10110010 | 1001101 | 10100000 | 0 | 111001 | 1010 | 11110 | 100110111 | 101000 | 110010 |
Color Harmonies of #B24DA0
Complementary color
Monochromatic Colors of #B24DA0
Black with #B24DA0
Text Example
Text Example
White with #B24DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24DA0; }
p { color: rgb(178,77,160); }
H1.HeaderClassName
{
color: #B24DA0;
}
.AnyTagClassName
{
color: #B24DA0;
}
</style>
background-color css
<style>
a { background-color: #B24DA0; }
a { background-color: rgb(178,77,160); }
div.DivClassName
{
background-color: #B24DA0;
}
.BgClassName
{
background-color: #B24DA0;
}
</style>
border-color css
<style>
span { border-color: #B24DA0; }
span { border-color: rgb(178,77,160); }
td.TdClassName
{
border-color: #B24DA0;
}
.TagClassName
{
border-color: #B24DA0;
}
</style>