Shades of Violet Blue #B05AA0
Tints of Violet Blue #B05AA0
RGB
CMYK
RGB Variations
Color information
#B05AA0 (or 0xB05AA0) is known color: Violet Blue. HEX triplet: B0, 5A and A0. RGB value is (176,90,160). Sum of RGB (Red+Green+Blue) = 176+90+160=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B05AA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05AA0 is #4FA55F. Grayscale: #7B7B7B. Windows color (decimal): -5219680 or 10508976. OLE color: 10508976.
HSL color Cylindrical-coordinate representation of color #B05AA0: hue angle of 311.16º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B05AA0 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 90 | 160 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.31 |
| HSL | 311.16º | 0.35% | 0.52% | - |
| HSV(B) | 311.16º | 0.49% | 0.69% | - |
| XYZ | 27.91 | 19.08 | 35.47 | - |
| YUV | 123.69 | 148.49 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 160 | 0 | 0.49 | 0.09 | 0.31 | 311.16 | 0.35 | 0.52 |
| Hex | B0 | 5A | A0 | 0 | 31 | 9 | 1F | 137 | 23 | 34 |
| Octal | 260 | 132 | 240 | 0 | 61 | 11 | 37 | 467 | 43 | 64 |
| Binary | 10110000 | 1011010 | 10100000 | 0 | 110001 | 1001 | 11111 | 100110111 | 100011 | 110100 |
Color Harmonies of #B05AA0
Complementary color
Monochromatic Colors of #B05AA0
Black with #B05AA0
Text Example
Text Example
White with #B05AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05AA0; }
p { color: rgb(176,90,160); }
H1.HeaderClassName
{
color: #B05AA0;
}
.AnyTagClassName
{
color: #B05AA0;
}
</style>
background-color css
<style>
a { background-color: #B05AA0; }
a { background-color: rgb(176,90,160); }
div.DivClassName
{
background-color: #B05AA0;
}
.BgClassName
{
background-color: #B05AA0;
}
</style>
border-color css
<style>
span { border-color: #B05AA0; }
span { border-color: rgb(176,90,160); }
td.TdClassName
{
border-color: #B05AA0;
}
.TagClassName
{
border-color: #B05AA0;
}
</style>