Shades of Violet Blue #B555A3
Tints of Violet Blue #B555A3
RGB
CMYK
RGB Variations
Color information
#B555A3 (or 0xB555A3) is known color: Violet Blue. HEX triplet: B5, 55 and A3. RGB value is (181,85,163). Sum of RGB (Red+Green+Blue) = 181+85+163=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 163 (64.06% from 255 or 38.00% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B555A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B555A3 is #4AAA5C. Grayscale: #7A7A7A. Windows color (decimal): -4893277 or 10704309. OLE color: 10704309.
HSL color Cylindrical-coordinate representation of color #B555A3: hue angle of 311.25º 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 #B555A3 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 85 | 163 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.29 |
| HSL | 311.25º | 0.39% | 0.52% | - |
| HSV(B) | 311.25º | 0.53% | 0.71% | - |
| XYZ | 28.92 | 18.97 | 36.79 | - |
| YUV | 122.6 | 150.8 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 85 | 163 | 0 | 0.53 | 0.10 | 0.29 | 311.25 | 0.39 | 0.52 |
| Hex | B5 | 55 | A3 | 0 | 35 | A | 1D | 137 | 27 | 34 |
| Octal | 265 | 125 | 243 | 0 | 65 | 12 | 35 | 467 | 47 | 64 |
| Binary | 10110101 | 1010101 | 10100011 | 0 | 110101 | 1010 | 11101 | 100110111 | 100111 | 110100 |
Color Harmonies of #B555A3
Complementary color
Monochromatic Colors of #B555A3
Black with #B555A3
Text Example
Text Example
White with #B555A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B555A3; }
p { color: rgb(181,85,163); }
H1.HeaderClassName
{
color: #B555A3;
}
.AnyTagClassName
{
color: #B555A3;
}
</style>
background-color css
<style>
a { background-color: #B555A3; }
a { background-color: rgb(181,85,163); }
div.DivClassName
{
background-color: #B555A3;
}
.BgClassName
{
background-color: #B555A3;
}
</style>
border-color css
<style>
span { border-color: #B555A3; }
span { border-color: rgb(181,85,163); }
td.TdClassName
{
border-color: #B555A3;
}
.TagClassName
{
border-color: #B555A3;
}
</style>