Shades of Violet Blue #B05BA0
Tints of Violet Blue #B05BA0
RGB
CMYK
RGB Variations
Color information
#B05BA0 (or 0xB05BA0) is known color: Violet Blue. HEX triplet: B0, 5B and A0. RGB value is (176,91,160). Sum of RGB (Red+Green+Blue) = 176+91+160=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B05BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05BA0 is #4FA45F. Grayscale: #7C7C7C. Windows color (decimal): -5219424 or 10509232. OLE color: 10509232.
HSL color Cylindrical-coordinate representation of color #B05BA0: hue angle of 311.29º 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 #B05BA0 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 91 | 160 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.31 |
| HSL | 311.29º | 0.35% | 0.52% | - |
| HSV(B) | 311.29º | 0.48% | 0.69% | - |
| XYZ | 27.99 | 19.25 | 35.5 | - |
| YUV | 124.28 | 148.16 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 91 | 160 | 0 | 0.48 | 0.09 | 0.31 | 311.29 | 0.35 | 0.52 |
| Hex | B0 | 5B | A0 | 0 | 30 | 9 | 1F | 137 | 23 | 34 |
| Octal | 260 | 133 | 240 | 0 | 60 | 11 | 37 | 467 | 43 | 64 |
| Binary | 10110000 | 1011011 | 10100000 | 0 | 110000 | 1001 | 11111 | 100110111 | 100011 | 110100 |
Color Harmonies of #B05BA0
Complementary color
Monochromatic Colors of #B05BA0
Black with #B05BA0
Text Example
Text Example
White with #B05BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05BA0; }
p { color: rgb(176,91,160); }
H1.HeaderClassName
{
color: #B05BA0;
}
.AnyTagClassName
{
color: #B05BA0;
}
</style>
background-color css
<style>
a { background-color: #B05BA0; }
a { background-color: rgb(176,91,160); }
div.DivClassName
{
background-color: #B05BA0;
}
.BgClassName
{
background-color: #B05BA0;
}
</style>
border-color css
<style>
span { border-color: #B05BA0; }
span { border-color: rgb(176,91,160); }
td.TdClassName
{
border-color: #B05BA0;
}
.TagClassName
{
border-color: #B05BA0;
}
</style>