Shades of Violet Blue #B04EA5
Tints of Violet Blue #B04EA5
RGB
CMYK
RGB Variations
Color information
#B04EA5 (or 0xB04EA5) is known color: Violet Blue. HEX triplet: B0, 4E and A5. RGB value is (176,78,165). Sum of RGB (Red+Green+Blue) = 176+78+165=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 165 (64.84% from 255 or 39.38% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B04EA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04EA5 is #4FB15A. Grayscale: #747474. Windows color (decimal): -5222747 or 10833584. OLE color: 10833584.
HSL color Cylindrical-coordinate representation of color #B04EA5: hue angle of 306.73º 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 #B04EA5 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 78 | 165 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.31 |
| HSL | 306.73º | 0.39% | 0.5% | - |
| HSV(B) | 306.73º | 0.56% | 0.69% | - |
| XYZ | 27.42 | 17.4 | 37.51 | - |
| YUV | 117.22 | 154.97 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 78 | 165 | 0 | 0.56 | 0.06 | 0.31 | 306.73 | 0.39 | 0.5 |
| Hex | B0 | 4E | A5 | 0 | 38 | 6 | 1F | 133 | 27 | 32 |
| Octal | 260 | 116 | 245 | 0 | 70 | 6 | 37 | 463 | 47 | 62 |
| Binary | 10110000 | 1001110 | 10100101 | 0 | 111000 | 110 | 11111 | 100110011 | 100111 | 110010 |
Color Harmonies of #B04EA5
Complementary color
Monochromatic Colors of #B04EA5
Black with #B04EA5
Text Example
Text Example
White with #B04EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04EA5; }
p { color: rgb(176,78,165); }
H1.HeaderClassName
{
color: #B04EA5;
}
.AnyTagClassName
{
color: #B04EA5;
}
</style>
background-color css
<style>
a { background-color: #B04EA5; }
a { background-color: rgb(176,78,165); }
div.DivClassName
{
background-color: #B04EA5;
}
.BgClassName
{
background-color: #B04EA5;
}
</style>
border-color css
<style>
span { border-color: #B04EA5; }
span { border-color: rgb(176,78,165); }
td.TdClassName
{
border-color: #B04EA5;
}
.TagClassName
{
border-color: #B04EA5;
}
</style>