Shades of Violet Blue #B249A2
Tints of Violet Blue #B249A2
RGB
CMYK
RGB Variations
Color information
#B249A2 (or 0xB249A2) is known color: Violet Blue. HEX triplet: B2, 49 and A2. RGB value is (178,73,162). Sum of RGB (Red+Green+Blue) = 178+73+162=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 162 (63.67% from 255 or 39.23% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B249A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B249A2 is #4DB65D. Grayscale: #727272. Windows color (decimal): -5092958 or 10635698. OLE color: 10635698.
HSL color Cylindrical-coordinate representation of color #B249A2: hue angle of 309.14º 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 #B249A2 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 73 | 162 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.30 |
| HSL | 309.14º | 0.42% | 0.49% | - |
| HSV(B) | 309.14º | 0.59% | 0.7% | - |
| XYZ | 27.26 | 16.84 | 36 | - |
| YUV | 114.54 | 154.79 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 162 | 0 | 0.59 | 0.09 | 0.30 | 309.14 | 0.42 | 0.49 |
| Hex | B2 | 49 | A2 | 0 | 3B | 9 | 1E | 135 | 2A | 31 |
| Octal | 262 | 111 | 242 | 0 | 73 | 11 | 36 | 465 | 52 | 61 |
| Binary | 10110010 | 1001001 | 10100010 | 0 | 111011 | 1001 | 11110 | 100110101 | 101010 | 110001 |
Color Harmonies of #B249A2
Complementary color
Monochromatic Colors of #B249A2
Black with #B249A2
Text Example
Text Example
White with #B249A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B249A2; }
p { color: rgb(178,73,162); }
H1.HeaderClassName
{
color: #B249A2;
}
.AnyTagClassName
{
color: #B249A2;
}
</style>
background-color css
<style>
a { background-color: #B249A2; }
a { background-color: rgb(178,73,162); }
div.DivClassName
{
background-color: #B249A2;
}
.BgClassName
{
background-color: #B249A2;
}
</style>
border-color css
<style>
span { border-color: #B249A2; }
span { border-color: rgb(178,73,162); }
td.TdClassName
{
border-color: #B249A2;
}
.TagClassName
{
border-color: #B249A2;
}
</style>