Shades of Violet Blue #B0499B
Tints of Violet Blue #B0499B
RGB
CMYK
RGB Variations
Color information
#B0499B (or 0xB0499B) is known color: Violet Blue. HEX triplet: B0, 49 and 9B. RGB value is (176,73,155). Sum of RGB (Red+Green+Blue) = 176+73+155=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B0499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0499B is #4FB664. Grayscale: #707070. Windows color (decimal): -5224037 or 10176944. OLE color: 10176944.
HSL color Cylindrical-coordinate representation of color #B0499B: hue angle of 312.23º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0499B is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 73 | 155 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.31 |
| HSL | 312.23º | 0.41% | 0.49% | - |
| HSV(B) | 312.23º | 0.59% | 0.69% | - |
| XYZ | 26.2 | 16.36 | 32.79 | - |
| YUV | 113.15 | 151.62 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 73 | 155 | 0 | 0.59 | 0.12 | 0.31 | 312.23 | 0.41 | 0.49 |
| Hex | B0 | 49 | 9B | 0 | 3B | C | 1F | 138 | 29 | 31 |
| Octal | 260 | 111 | 233 | 0 | 73 | 14 | 37 | 470 | 51 | 61 |
| Binary | 10110000 | 1001001 | 10011011 | 0 | 111011 | 1100 | 11111 | 100111000 | 101001 | 110001 |
Color Harmonies of #B0499B
Complementary color
Monochromatic Colors of #B0499B
Black with #B0499B
Text Example
Text Example
White with #B0499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0499B; }
p { color: rgb(176,73,155); }
H1.HeaderClassName
{
color: #B0499B;
}
.AnyTagClassName
{
color: #B0499B;
}
</style>
background-color css
<style>
a { background-color: #B0499B; }
a { background-color: rgb(176,73,155); }
div.DivClassName
{
background-color: #B0499B;
}
.BgClassName
{
background-color: #B0499B;
}
</style>
border-color css
<style>
span { border-color: #B0499B; }
span { border-color: rgb(176,73,155); }
td.TdClassName
{
border-color: #B0499B;
}
.TagClassName
{
border-color: #B0499B;
}
</style>