Shades of Violet Blue #B04C9E
Tints of Violet Blue #B04C9E
RGB
CMYK
RGB Variations
Color information
#B04C9E (or 0xB04C9E) is known color: Violet Blue. HEX triplet: B0, 4C and 9E. RGB value is (176,76,158). Sum of RGB (Red+Green+Blue) = 176+76+158=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04C9E is #4FB361. Grayscale: #737373. Windows color (decimal): -5223266 or 10374320. OLE color: 10374320.
HSL color Cylindrical-coordinate representation of color #B04C9E: hue angle of 310.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B04C9E is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 76 | 158 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.31 |
| HSL | 310.8º | 0.4% | 0.49% | - |
| HSV(B) | 310.8º | 0.57% | 0.69% | - |
| XYZ | 26.66 | 16.87 | 34.2 | - |
| YUV | 115.25 | 152.13 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 76 | 158 | 0 | 0.57 | 0.10 | 0.31 | 310.8 | 0.4 | 0.49 |
| Hex | B0 | 4C | 9E | 0 | 39 | A | 1F | 137 | 28 | 31 |
| Octal | 260 | 114 | 236 | 0 | 71 | 12 | 37 | 467 | 50 | 61 |
| Binary | 10110000 | 1001100 | 10011110 | 0 | 111001 | 1010 | 11111 | 100110111 | 101000 | 110001 |
Color Harmonies of #B04C9E
Complementary color
Monochromatic Colors of #B04C9E
Black with #B04C9E
Text Example
Text Example
White with #B04C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04C9E; }
p { color: rgb(176,76,158); }
H1.HeaderClassName
{
color: #B04C9E;
}
.AnyTagClassName
{
color: #B04C9E;
}
</style>
background-color css
<style>
a { background-color: #B04C9E; }
a { background-color: rgb(176,76,158); }
div.DivClassName
{
background-color: #B04C9E;
}
.BgClassName
{
background-color: #B04C9E;
}
</style>
border-color css
<style>
span { border-color: #B04C9E; }
span { border-color: rgb(176,76,158); }
td.TdClassName
{
border-color: #B04C9E;
}
.TagClassName
{
border-color: #B04C9E;
}
</style>