Shades of Violet Blue #B24D9E
Tints of Violet Blue #B24D9E
RGB
CMYK
RGB Variations
Color information
#B24D9E (or 0xB24D9E) is known color: Violet Blue. HEX triplet: B2, 4D and 9E. RGB value is (178,77,158). Sum of RGB (Red+Green+Blue) = 178+77+158=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B24D9E is #4DB261. Grayscale: #747474. Windows color (decimal): -5091938 or 10374578. OLE color: 10374578.
HSL color Cylindrical-coordinate representation of color #B24D9E: hue angle of 311.88º 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 #B24D9E is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 77 | 158 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.30 |
| HSL | 311.88º | 0.4% | 0.5% | - |
| HSV(B) | 311.88º | 0.57% | 0.7% | - |
| XYZ | 27.19 | 17.24 | 34.24 | - |
| YUV | 116.43 | 151.46 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 158 | 0 | 0.57 | 0.11 | 0.30 | 311.88 | 0.4 | 0.5 |
| Hex | B2 | 4D | 9E | 0 | 39 | B | 1E | 138 | 28 | 32 |
| Octal | 262 | 115 | 236 | 0 | 71 | 13 | 36 | 470 | 50 | 62 |
| Binary | 10110010 | 1001101 | 10011110 | 0 | 111001 | 1011 | 11110 | 100111000 | 101000 | 110010 |
Color Harmonies of #B24D9E
Complementary color
Monochromatic Colors of #B24D9E
Black with #B24D9E
Text Example
Text Example
White with #B24D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24D9E; }
p { color: rgb(178,77,158); }
H1.HeaderClassName
{
color: #B24D9E;
}
.AnyTagClassName
{
color: #B24D9E;
}
</style>
background-color css
<style>
a { background-color: #B24D9E; }
a { background-color: rgb(178,77,158); }
div.DivClassName
{
background-color: #B24D9E;
}
.BgClassName
{
background-color: #B24D9E;
}
</style>
border-color css
<style>
span { border-color: #B24D9E; }
span { border-color: rgb(178,77,158); }
td.TdClassName
{
border-color: #B24D9E;
}
.TagClassName
{
border-color: #B24D9E;
}
</style>