Shades of Violet Blue #B05AA1
Tints of Violet Blue #B05AA1
RGB
CMYK
RGB Variations
Color information
#B05AA1 (or 0xB05AA1) is known color: Violet Blue. HEX triplet: B0, 5A and A1. RGB value is (176,90,161). Sum of RGB (Red+Green+Blue) = 176+90+161=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B05AA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05AA1 is #4FA55E. Grayscale: #7B7B7B. Windows color (decimal): -5219679 or 10574512. OLE color: 10574512.
HSL color Cylindrical-coordinate representation of color #B05AA1: hue angle of 310.47º 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 #B05AA1 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 90 | 161 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.31 |
| HSL | 310.47º | 0.35% | 0.52% | - |
| HSV(B) | 310.47º | 0.49% | 0.69% | - |
| XYZ | 27.99 | 19.12 | 35.93 | - |
| YUV | 123.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 161 | 0 | 0.49 | 0.09 | 0.31 | 310.47 | 0.35 | 0.52 |
| Hex | B0 | 5A | A1 | 0 | 31 | 9 | 1F | 136 | 23 | 34 |
| Octal | 260 | 132 | 241 | 0 | 61 | 11 | 37 | 466 | 43 | 64 |
| Binary | 10110000 | 1011010 | 10100001 | 0 | 110001 | 1001 | 11111 | 100110110 | 100011 | 110100 |
Color Harmonies of #B05AA1
Complementary color
Monochromatic Colors of #B05AA1
Black with #B05AA1
Text Example
Text Example
White with #B05AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05AA1; }
p { color: rgb(176,90,161); }
H1.HeaderClassName
{
color: #B05AA1;
}
.AnyTagClassName
{
color: #B05AA1;
}
</style>
background-color css
<style>
a { background-color: #B05AA1; }
a { background-color: rgb(176,90,161); }
div.DivClassName
{
background-color: #B05AA1;
}
.BgClassName
{
background-color: #B05AA1;
}
</style>
border-color css
<style>
span { border-color: #B05AA1; }
span { border-color: rgb(176,90,161); }
td.TdClassName
{
border-color: #B05AA1;
}
.TagClassName
{
border-color: #B05AA1;
}
</style>