Shades of Violet Blue #B05BA8
Tints of Violet Blue #B05BA8
RGB
CMYK
RGB Variations
Color information
#B05BA8 (or 0xB05BA8) is known color: Violet Blue. HEX triplet: B0, 5B and A8. RGB value is (176,91,168). Sum of RGB (Red+Green+Blue) = 176+91+168=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 168 (66.02% from 255 or 38.62% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B05BA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05BA8 is #4FA457. Grayscale: #7C7C7C. Windows color (decimal): -5219416 or 11033520. OLE color: 11033520.
HSL color Cylindrical-coordinate representation of color #B05BA8: hue angle of 305.65º 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 #B05BA8 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 91 | 168 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.31 |
| HSL | 305.65º | 0.35% | 0.52% | - |
| HSV(B) | 305.65º | 0.48% | 0.69% | - |
| XYZ | 28.71 | 19.54 | 39.3 | - |
| YUV | 125.19 | 152.16 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 91 | 168 | 0 | 0.48 | 0.05 | 0.31 | 305.65 | 0.35 | 0.52 |
| Hex | B0 | 5B | A8 | 0 | 30 | 5 | 1F | 132 | 23 | 34 |
| Octal | 260 | 133 | 250 | 0 | 60 | 5 | 37 | 462 | 43 | 64 |
| Binary | 10110000 | 1011011 | 10101000 | 0 | 110000 | 101 | 11111 | 100110010 | 100011 | 110100 |
Color Harmonies of #B05BA8
Complementary color
Monochromatic Colors of #B05BA8
Black with #B05BA8
Text Example
Text Example
White with #B05BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05BA8; }
p { color: rgb(176,91,168); }
H1.HeaderClassName
{
color: #B05BA8;
}
.AnyTagClassName
{
color: #B05BA8;
}
</style>
background-color css
<style>
a { background-color: #B05BA8; }
a { background-color: rgb(176,91,168); }
div.DivClassName
{
background-color: #B05BA8;
}
.BgClassName
{
background-color: #B05BA8;
}
</style>
border-color css
<style>
span { border-color: #B05BA8; }
span { border-color: rgb(176,91,168); }
td.TdClassName
{
border-color: #B05BA8;
}
.TagClassName
{
border-color: #B05BA8;
}
</style>