Shades of Violet Blue #B555A6
Tints of Violet Blue #B555A6
RGB
CMYK
RGB Variations
Color information
#B555A6 (or 0xB555A6) is known color: Violet Blue. HEX triplet: B5, 55 and A6. RGB value is (181,85,166). Sum of RGB (Red+Green+Blue) = 181+85+166=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B555A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B555A6 is #4AAA59. Grayscale: #7A7A7A. Windows color (decimal): -4893274 or 10900917. OLE color: 10900917.
HSL color Cylindrical-coordinate representation of color #B555A6: hue angle of 309.38º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B555A6 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 85 | 166 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.29 |
| HSL | 309.38º | 0.39% | 0.52% | - |
| HSV(B) | 309.38º | 0.53% | 0.71% | - |
| XYZ | 29.19 | 19.07 | 38.22 | - |
| YUV | 122.94 | 152.3 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 85 | 166 | 0 | 0.53 | 0.08 | 0.29 | 309.38 | 0.39 | 0.52 |
| Hex | B5 | 55 | A6 | 0 | 35 | 8 | 1D | 135 | 27 | 34 |
| Octal | 265 | 125 | 246 | 0 | 65 | 10 | 35 | 465 | 47 | 64 |
| Binary | 10110101 | 1010101 | 10100110 | 0 | 110101 | 1000 | 11101 | 100110101 | 100111 | 110100 |
Color Harmonies of #B555A6
Complementary color
Monochromatic Colors of #B555A6
Black with #B555A6
Text Example
Text Example
White with #B555A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B555A6; }
p { color: rgb(181,85,166); }
H1.HeaderClassName
{
color: #B555A6;
}
.AnyTagClassName
{
color: #B555A6;
}
</style>
background-color css
<style>
a { background-color: #B555A6; }
a { background-color: rgb(181,85,166); }
div.DivClassName
{
background-color: #B555A6;
}
.BgClassName
{
background-color: #B555A6;
}
</style>
border-color css
<style>
span { border-color: #B555A6; }
span { border-color: rgb(181,85,166); }
td.TdClassName
{
border-color: #B555A6;
}
.TagClassName
{
border-color: #B555A6;
}
</style>