Shades of Violet Blue #B04D9E
Tints of Violet Blue #B04D9E
RGB
CMYK
RGB Variations
Color information
#B04D9E (or 0xB04D9E) is known color: Violet Blue. HEX triplet: B0, 4D and 9E. RGB value is (176,77,158). Sum of RGB (Red+Green+Blue) = 176+77+158=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04D9E is #4FB261. Grayscale: #737373. Windows color (decimal): -5223010 or 10374576. OLE color: 10374576.
HSL color Cylindrical-coordinate representation of color #B04D9E: hue angle of 310.91º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B04D9E is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 77 | 158 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.31 |
| HSL | 310.91º | 0.39% | 0.5% | - |
| HSV(B) | 310.91º | 0.56% | 0.69% | - |
| XYZ | 26.73 | 17.01 | 34.22 | - |
| YUV | 115.84 | 151.8 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 158 | 0 | 0.56 | 0.10 | 0.31 | 310.91 | 0.39 | 0.5 |
| Hex | B0 | 4D | 9E | 0 | 38 | A | 1F | 137 | 27 | 32 |
| Octal | 260 | 115 | 236 | 0 | 70 | 12 | 37 | 467 | 47 | 62 |
| Binary | 10110000 | 1001101 | 10011110 | 0 | 111000 | 1010 | 11111 | 100110111 | 100111 | 110010 |
Color Harmonies of #B04D9E
Complementary color
Monochromatic Colors of #B04D9E
Black with #B04D9E
Text Example
Text Example
White with #B04D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04D9E; }
p { color: rgb(176,77,158); }
H1.HeaderClassName
{
color: #B04D9E;
}
.AnyTagClassName
{
color: #B04D9E;
}
</style>
background-color css
<style>
a { background-color: #B04D9E; }
a { background-color: rgb(176,77,158); }
div.DivClassName
{
background-color: #B04D9E;
}
.BgClassName
{
background-color: #B04D9E;
}
</style>
border-color css
<style>
span { border-color: #B04D9E; }
span { border-color: rgb(176,77,158); }
td.TdClassName
{
border-color: #B04D9E;
}
.TagClassName
{
border-color: #B04D9E;
}
</style>