Shades of Violet Blue #B05AAC
Tints of Violet Blue #B05AAC
RGB
CMYK
RGB Variations
Color information
#B05AAC (or 0xB05AAC) is known color: Violet Blue. HEX triplet: B0, 5A and AC. RGB value is (176,90,172). Sum of RGB (Red+Green+Blue) = 176+90+172=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B05AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05AAC is #4FA553. Grayscale: #7C7C7C. Windows color (decimal): -5219668 or 11295408. OLE color: 11295408.
HSL color Cylindrical-coordinate representation of color #B05AAC: hue angle of 302.79º 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 #B05AAC is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 90 | 172 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.31 |
| HSL | 302.79º | 0.35% | 0.52% | - |
| HSV(B) | 302.79º | 0.49% | 0.69% | - |
| XYZ | 29.01 | 19.52 | 41.27 | - |
| YUV | 125.06 | 154.49 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 172 | 0 | 0.49 | 0.02 | 0.31 | 302.79 | 0.35 | 0.52 |
| Hex | B0 | 5A | AC | 0 | 31 | 2 | 1F | 12F | 23 | 34 |
| Octal | 260 | 132 | 254 | 0 | 61 | 2 | 37 | 457 | 43 | 64 |
| Binary | 10110000 | 1011010 | 10101100 | 0 | 110001 | 10 | 11111 | 100101111 | 100011 | 110100 |
Color Harmonies of #B05AAC
Complementary color
Monochromatic Colors of #B05AAC
Black with #B05AAC
Text Example
Text Example
White with #B05AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05AAC; }
p { color: rgb(176,90,172); }
H1.HeaderClassName
{
color: #B05AAC;
}
.AnyTagClassName
{
color: #B05AAC;
}
</style>
background-color css
<style>
a { background-color: #B05AAC; }
a { background-color: rgb(176,90,172); }
div.DivClassName
{
background-color: #B05AAC;
}
.BgClassName
{
background-color: #B05AAC;
}
</style>
border-color css
<style>
span { border-color: #B05AAC; }
span { border-color: rgb(176,90,172); }
td.TdClassName
{
border-color: #B05AAC;
}
.TagClassName
{
border-color: #B05AAC;
}
</style>