Shades of Violet Blue #B249A8
Tints of Violet Blue #B249A8
RGB
CMYK
RGB Variations
Color information
#B249A8 (or 0xB249A8) is known color: Violet Blue. HEX triplet: B2, 49 and A8. RGB value is (178,73,168). Sum of RGB (Red+Green+Blue) = 178+73+168=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B249A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B249A8 is #4DB657. Grayscale: #727272. Windows color (decimal): -5092952 or 11028914. OLE color: 11028914.
HSL color Cylindrical-coordinate representation of color #B249A8: hue angle of 305.71º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B249A8 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 73 | 168 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.30 |
| HSL | 305.71º | 0.42% | 0.49% | - |
| HSV(B) | 305.71º | 0.59% | 0.7% | - |
| XYZ | 27.81 | 17.06 | 38.87 | - |
| YUV | 115.23 | 157.79 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 168 | 0 | 0.59 | 0.06 | 0.30 | 305.71 | 0.42 | 0.49 |
| Hex | B2 | 49 | A8 | 0 | 3B | 6 | 1E | 132 | 2A | 31 |
| Octal | 262 | 111 | 250 | 0 | 73 | 6 | 36 | 462 | 52 | 61 |
| Binary | 10110010 | 1001001 | 10101000 | 0 | 111011 | 110 | 11110 | 100110010 | 101010 | 110001 |
Color Harmonies of #B249A8
Complementary color
Monochromatic Colors of #B249A8
Black with #B249A8
Text Example
Text Example
White with #B249A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B249A8; }
p { color: rgb(178,73,168); }
H1.HeaderClassName
{
color: #B249A8;
}
.AnyTagClassName
{
color: #B249A8;
}
</style>
background-color css
<style>
a { background-color: #B249A8; }
a { background-color: rgb(178,73,168); }
div.DivClassName
{
background-color: #B249A8;
}
.BgClassName
{
background-color: #B249A8;
}
</style>
border-color css
<style>
span { border-color: #B249A8; }
span { border-color: rgb(178,73,168); }
td.TdClassName
{
border-color: #B249A8;
}
.TagClassName
{
border-color: #B249A8;
}
</style>