Shades of Violet Blue #B2499F
Tints of Violet Blue #B2499F
RGB
CMYK
RGB Variations
Color information
#B2499F (or 0xB2499F) is known color: Violet Blue. HEX triplet: B2, 49 and 9F. RGB value is (178,73,159). Sum of RGB (Red+Green+Blue) = 178+73+159=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B2499F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2499F is #4DB660. Grayscale: #717171. Windows color (decimal): -5092961 or 10439090. OLE color: 10439090.
HSL color Cylindrical-coordinate representation of color #B2499F: hue angle of 310.86º 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 #B2499F is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 73 | 159 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.30 |
| HSL | 310.86º | 0.42% | 0.49% | - |
| HSV(B) | 310.86º | 0.59% | 0.7% | - |
| XYZ | 27 | 16.73 | 34.61 | - |
| YUV | 114.2 | 153.29 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 159 | 0 | 0.59 | 0.11 | 0.30 | 310.86 | 0.42 | 0.49 |
| Hex | B2 | 49 | 9F | 0 | 3B | B | 1E | 137 | 2A | 31 |
| Octal | 262 | 111 | 237 | 0 | 73 | 13 | 36 | 467 | 52 | 61 |
| Binary | 10110010 | 1001001 | 10011111 | 0 | 111011 | 1011 | 11110 | 100110111 | 101010 | 110001 |
Color Harmonies of #B2499F
Complementary color
Monochromatic Colors of #B2499F
Black with #B2499F
Text Example
Text Example
White with #B2499F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2499F; }
p { color: rgb(178,73,159); }
H1.HeaderClassName
{
color: #B2499F;
}
.AnyTagClassName
{
color: #B2499F;
}
</style>
background-color css
<style>
a { background-color: #B2499F; }
a { background-color: rgb(178,73,159); }
div.DivClassName
{
background-color: #B2499F;
}
.BgClassName
{
background-color: #B2499F;
}
</style>
border-color css
<style>
span { border-color: #B2499F; }
span { border-color: rgb(178,73,159); }
td.TdClassName
{
border-color: #B2499F;
}
.TagClassName
{
border-color: #B2499F;
}
</style>