Shades of Violet Blue #B05AAA
Tints of Violet Blue #B05AAA
RGB
CMYK
RGB Variations
Color information
#B05AAA (or 0xB05AAA) is known color: Violet Blue. HEX triplet: B0, 5A and AA. RGB value is (176,90,170). Sum of RGB (Red+Green+Blue) = 176+90+170=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B05AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05AAA is #4FA555. Grayscale: #7C7C7C. Windows color (decimal): -5219670 or 11164336. OLE color: 11164336.
HSL color Cylindrical-coordinate representation of color #B05AAA: hue angle of 304.19º 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 #B05AAA is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 90 | 170 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.31 |
| HSL | 304.19º | 0.35% | 0.52% | - |
| HSV(B) | 304.19º | 0.49% | 0.69% | - |
| XYZ | 28.82 | 19.44 | 40.26 | - |
| YUV | 124.83 | 153.49 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 170 | 0 | 0.49 | 0.03 | 0.31 | 304.19 | 0.35 | 0.52 |
| Hex | B0 | 5A | AA | 0 | 31 | 3 | 1F | 130 | 23 | 34 |
| Octal | 260 | 132 | 252 | 0 | 61 | 3 | 37 | 460 | 43 | 64 |
| Binary | 10110000 | 1011010 | 10101010 | 0 | 110001 | 11 | 11111 | 100110000 | 100011 | 110100 |
Color Harmonies of #B05AAA
Complementary color
Monochromatic Colors of #B05AAA
Black with #B05AAA
Text Example
Text Example
White with #B05AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05AAA; }
p { color: rgb(176,90,170); }
H1.HeaderClassName
{
color: #B05AAA;
}
.AnyTagClassName
{
color: #B05AAA;
}
</style>
background-color css
<style>
a { background-color: #B05AAA; }
a { background-color: rgb(176,90,170); }
div.DivClassName
{
background-color: #B05AAA;
}
.BgClassName
{
background-color: #B05AAA;
}
</style>
border-color css
<style>
span { border-color: #B05AAA; }
span { border-color: rgb(176,90,170); }
td.TdClassName
{
border-color: #B05AAA;
}
.TagClassName
{
border-color: #B05AAA;
}
</style>