Shades of Violet Blue #B05BA2
Tints of Violet Blue #B05BA2
RGB
CMYK
RGB Variations
Color information
#B05BA2 (or 0xB05BA2) is known color: Violet Blue. HEX triplet: B0, 5B and A2. RGB value is (176,91,162). Sum of RGB (Red+Green+Blue) = 176+91+162=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B05BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05BA2 is #4FA45D. Grayscale: #7C7C7C. Windows color (decimal): -5219422 or 10640304. OLE color: 10640304.
HSL color Cylindrical-coordinate representation of color #B05BA2: hue angle of 309.88º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B05BA2 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 91 | 162 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.31 |
| HSL | 309.88º | 0.35% | 0.52% | - |
| HSV(B) | 309.88º | 0.48% | 0.69% | - |
| XYZ | 28.17 | 19.32 | 36.43 | - |
| YUV | 124.51 | 149.16 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 91 | 162 | 0 | 0.48 | 0.08 | 0.31 | 309.88 | 0.35 | 0.52 |
| Hex | B0 | 5B | A2 | 0 | 30 | 8 | 1F | 136 | 23 | 34 |
| Octal | 260 | 133 | 242 | 0 | 60 | 10 | 37 | 466 | 43 | 64 |
| Binary | 10110000 | 1011011 | 10100010 | 0 | 110000 | 1000 | 11111 | 100110110 | 100011 | 110100 |
Color Harmonies of #B05BA2
Complementary color
Monochromatic Colors of #B05BA2
Black with #B05BA2
Text Example
Text Example
White with #B05BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05BA2; }
p { color: rgb(176,91,162); }
H1.HeaderClassName
{
color: #B05BA2;
}
.AnyTagClassName
{
color: #B05BA2;
}
</style>
background-color css
<style>
a { background-color: #B05BA2; }
a { background-color: rgb(176,91,162); }
div.DivClassName
{
background-color: #B05BA2;
}
.BgClassName
{
background-color: #B05BA2;
}
</style>
border-color css
<style>
span { border-color: #B05BA2; }
span { border-color: rgb(176,91,162); }
td.TdClassName
{
border-color: #B05BA2;
}
.TagClassName
{
border-color: #B05BA2;
}
</style>