Shades of Violet Blue #B24BA5
Tints of Violet Blue #B24BA5
RGB
CMYK
RGB Variations
Color information
#B24BA5 (or 0xB24BA5) is known color: Violet Blue. HEX triplet: B2, 4B and A5. RGB value is (178,75,165). Sum of RGB (Red+Green+Blue) = 178+75+165=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B24BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24BA5 is #4DB45A. Grayscale: #737373. Windows color (decimal): -5092443 or 10832818. OLE color: 10832818.
HSL color Cylindrical-coordinate representation of color #B24BA5: hue angle of 307.57º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B24BA5 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 75 | 165 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.30 |
| HSL | 307.57º | 0.41% | 0.5% | - |
| HSV(B) | 307.57º | 0.58% | 0.7% | - |
| XYZ | 27.67 | 17.21 | 37.46 | - |
| YUV | 116.06 | 155.62 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 75 | 165 | 0 | 0.58 | 0.07 | 0.30 | 307.57 | 0.41 | 0.5 |
| Hex | B2 | 4B | A5 | 0 | 3A | 7 | 1E | 134 | 29 | 32 |
| Octal | 262 | 113 | 245 | 0 | 72 | 7 | 36 | 464 | 51 | 62 |
| Binary | 10110010 | 1001011 | 10100101 | 0 | 111010 | 111 | 11110 | 100110100 | 101001 | 110010 |
Color Harmonies of #B24BA5
Complementary color
Monochromatic Colors of #B24BA5
Black with #B24BA5
Text Example
Text Example
White with #B24BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24BA5; }
p { color: rgb(178,75,165); }
H1.HeaderClassName
{
color: #B24BA5;
}
.AnyTagClassName
{
color: #B24BA5;
}
</style>
background-color css
<style>
a { background-color: #B24BA5; }
a { background-color: rgb(178,75,165); }
div.DivClassName
{
background-color: #B24BA5;
}
.BgClassName
{
background-color: #B24BA5;
}
</style>
border-color css
<style>
span { border-color: #B24BA5; }
span { border-color: rgb(178,75,165); }
td.TdClassName
{
border-color: #B24BA5;
}
.TagClassName
{
border-color: #B24BA5;
}
</style>