Shades of Violet Blue #B05EA2
Tints of Violet Blue #B05EA2
RGB
CMYK
RGB Variations
Color information
#B05EA2 (or 0xB05EA2) is known color: Violet Blue. HEX triplet: B0, 5E and A2. RGB value is (176,94,162). Sum of RGB (Red+Green+Blue) = 176+94+162=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B05EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05EA2 is #4FA15D. Grayscale: #7E7E7E. Windows color (decimal): -5218654 or 10641072. OLE color: 10641072.
HSL color Cylindrical-coordinate representation of color #B05EA2: hue angle of 310.24º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B05EA2 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 94 | 162 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.31 |
| HSL | 310.24º | 0.34% | 0.53% | - |
| HSV(B) | 310.24º | 0.47% | 0.69% | - |
| XYZ | 28.43 | 19.84 | 36.51 | - |
| YUV | 126.27 | 148.17 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 94 | 162 | 0 | 0.47 | 0.08 | 0.31 | 310.24 | 0.34 | 0.53 |
| Hex | B0 | 5E | A2 | 0 | 2F | 8 | 1F | 136 | 22 | 35 |
| Octal | 260 | 136 | 242 | 0 | 57 | 10 | 37 | 466 | 42 | 65 |
| Binary | 10110000 | 1011110 | 10100010 | 0 | 101111 | 1000 | 11111 | 100110110 | 100010 | 110101 |
Color Harmonies of #B05EA2
Complementary color
Monochromatic Colors of #B05EA2
Black with #B05EA2
Text Example
Text Example
White with #B05EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05EA2; }
p { color: rgb(176,94,162); }
H1.HeaderClassName
{
color: #B05EA2;
}
.AnyTagClassName
{
color: #B05EA2;
}
</style>
background-color css
<style>
a { background-color: #B05EA2; }
a { background-color: rgb(176,94,162); }
div.DivClassName
{
background-color: #B05EA2;
}
.BgClassName
{
background-color: #B05EA2;
}
</style>
border-color css
<style>
span { border-color: #B05EA2; }
span { border-color: rgb(176,94,162); }
td.TdClassName
{
border-color: #B05EA2;
}
.TagClassName
{
border-color: #B05EA2;
}
</style>