Shades of Violet Blue #B055A3
Tints of Violet Blue #B055A3
RGB
CMYK
RGB Variations
Color information
#B055A3 (or 0xB055A3) is known color: Violet Blue. HEX triplet: B0, 55 and A3. RGB value is (176,85,163). Sum of RGB (Red+Green+Blue) = 176+85+163=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 163 (64.06% from 255 or 38.44% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B055A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B055A3 is #4FAA5C. Grayscale: #787878. Windows color (decimal): -5220957 or 10704304. OLE color: 10704304.
HSL color Cylindrical-coordinate representation of color #B055A3: hue angle of 308.57º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B055A3 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 85 | 163 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.31 |
| HSL | 308.57º | 0.37% | 0.51% | - |
| HSV(B) | 308.57º | 0.52% | 0.69% | - |
| XYZ | 27.76 | 18.37 | 36.73 | - |
| YUV | 121.1 | 151.65 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 85 | 163 | 0 | 0.52 | 0.07 | 0.31 | 308.57 | 0.37 | 0.51 |
| Hex | B0 | 55 | A3 | 0 | 34 | 7 | 1F | 135 | 25 | 33 |
| Octal | 260 | 125 | 243 | 0 | 64 | 7 | 37 | 465 | 45 | 63 |
| Binary | 10110000 | 1010101 | 10100011 | 0 | 110100 | 111 | 11111 | 100110101 | 100101 | 110011 |
Color Harmonies of #B055A3
Complementary color
Monochromatic Colors of #B055A3
Black with #B055A3
Text Example
Text Example
White with #B055A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B055A3; }
p { color: rgb(176,85,163); }
H1.HeaderClassName
{
color: #B055A3;
}
.AnyTagClassName
{
color: #B055A3;
}
</style>
background-color css
<style>
a { background-color: #B055A3; }
a { background-color: rgb(176,85,163); }
div.DivClassName
{
background-color: #B055A3;
}
.BgClassName
{
background-color: #B055A3;
}
</style>
border-color css
<style>
span { border-color: #B055A3; }
span { border-color: rgb(176,85,163); }
td.TdClassName
{
border-color: #B055A3;
}
.TagClassName
{
border-color: #B055A3;
}
</style>