Shades of Violet Blue #B24FA2
Tints of Violet Blue #B24FA2
RGB
CMYK
RGB Variations
Color information
#B24FA2 (or 0xB24FA2) is known color: Violet Blue. HEX triplet: B2, 4F and A2. RGB value is (178,79,162). Sum of RGB (Red+Green+Blue) = 178+79+162=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B24FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B24FA2 is #4DB05D. Grayscale: #757575. Windows color (decimal): -5091422 or 10637234. OLE color: 10637234.
HSL color Cylindrical-coordinate representation of color #B24FA2: hue angle of 309.7º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B24FA2 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 79 | 162 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.30 |
| HSL | 309.7º | 0.39% | 0.5% | - |
| HSV(B) | 309.7º | 0.56% | 0.7% | - |
| XYZ | 27.68 | 17.67 | 36.13 | - |
| YUV | 118.06 | 152.8 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 79 | 162 | 0 | 0.56 | 0.09 | 0.30 | 309.7 | 0.39 | 0.5 |
| Hex | B2 | 4F | A2 | 0 | 38 | 9 | 1E | 136 | 27 | 32 |
| Octal | 262 | 117 | 242 | 0 | 70 | 11 | 36 | 466 | 47 | 62 |
| Binary | 10110010 | 1001111 | 10100010 | 0 | 111000 | 1001 | 11110 | 100110110 | 100111 | 110010 |
Color Harmonies of #B24FA2
Complementary color
Monochromatic Colors of #B24FA2
Black with #B24FA2
Text Example
Text Example
White with #B24FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24FA2; }
p { color: rgb(178,79,162); }
H1.HeaderClassName
{
color: #B24FA2;
}
.AnyTagClassName
{
color: #B24FA2;
}
</style>
background-color css
<style>
a { background-color: #B24FA2; }
a { background-color: rgb(178,79,162); }
div.DivClassName
{
background-color: #B24FA2;
}
.BgClassName
{
background-color: #B24FA2;
}
</style>
border-color css
<style>
span { border-color: #B24FA2; }
span { border-color: rgb(178,79,162); }
td.TdClassName
{
border-color: #B24FA2;
}
.TagClassName
{
border-color: #B24FA2;
}
</style>