Shades of Violet Blue #B24D9C
Tints of Violet Blue #B24D9C
RGB
CMYK
RGB Variations
Color information
#B24D9C (or 0xB24D9C) is known color: Violet Blue. HEX triplet: B2, 4D and 9C. RGB value is (178,77,156). Sum of RGB (Red+Green+Blue) = 178+77+156=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B24D9C is #4DB263. Grayscale: #737373. Windows color (decimal): -5091940 or 10243506. OLE color: 10243506.
HSL color Cylindrical-coordinate representation of color #B24D9C: hue angle of 313.07º 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 #B24D9C is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 77 | 156 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.30 |
| HSL | 313.07º | 0.4% | 0.5% | - |
| HSV(B) | 313.07º | 0.57% | 0.7% | - |
| XYZ | 27.01 | 17.17 | 33.34 | - |
| YUV | 116.21 | 150.46 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 156 | 0 | 0.57 | 0.12 | 0.30 | 313.07 | 0.4 | 0.5 |
| Hex | B2 | 4D | 9C | 0 | 39 | C | 1E | 139 | 28 | 32 |
| Octal | 262 | 115 | 234 | 0 | 71 | 14 | 36 | 471 | 50 | 62 |
| Binary | 10110010 | 1001101 | 10011100 | 0 | 111001 | 1100 | 11110 | 100111001 | 101000 | 110010 |
Color Harmonies of #B24D9C
Complementary color
Monochromatic Colors of #B24D9C
Black with #B24D9C
Text Example
Text Example
White with #B24D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24D9C; }
p { color: rgb(178,77,156); }
H1.HeaderClassName
{
color: #B24D9C;
}
.AnyTagClassName
{
color: #B24D9C;
}
</style>
background-color css
<style>
a { background-color: #B24D9C; }
a { background-color: rgb(178,77,156); }
div.DivClassName
{
background-color: #B24D9C;
}
.BgClassName
{
background-color: #B24D9C;
}
</style>
border-color css
<style>
span { border-color: #B24D9C; }
span { border-color: rgb(178,77,156); }
td.TdClassName
{
border-color: #B24D9C;
}
.TagClassName
{
border-color: #B24D9C;
}
</style>