Shades of Violet Blue #B55BA5
Tints of Violet Blue #B55BA5
RGB
CMYK
RGB Variations
Color information
#B55BA5 (or 0xB55BA5) is known color: Violet Blue. HEX triplet: B5, 5B and A5. RGB value is (181,91,165). Sum of RGB (Red+Green+Blue) = 181+91+165=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B55BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55BA5 is #4AA45A. Grayscale: #7E7E7E. Windows color (decimal): -4891739 or 10836917. OLE color: 10836917.
HSL color Cylindrical-coordinate representation of color #B55BA5: hue angle of 310.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B55BA5 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 91 | 165 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.29 |
| HSL | 310.67º | 0.38% | 0.53% | - |
| HSV(B) | 310.67º | 0.5% | 0.71% | - |
| XYZ | 29.59 | 20.02 | 37.9 | - |
| YUV | 126.35 | 149.82 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 91 | 165 | 0 | 0.50 | 0.09 | 0.29 | 310.67 | 0.38 | 0.53 |
| Hex | B5 | 5B | A5 | 0 | 32 | 9 | 1D | 137 | 26 | 35 |
| Octal | 265 | 133 | 245 | 0 | 62 | 11 | 35 | 467 | 46 | 65 |
| Binary | 10110101 | 1011011 | 10100101 | 0 | 110010 | 1001 | 11101 | 100110111 | 100110 | 110101 |
Color Harmonies of #B55BA5
Complementary color
Monochromatic Colors of #B55BA5
Black with #B55BA5
Text Example
Text Example
White with #B55BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55BA5; }
p { color: rgb(181,91,165); }
H1.HeaderClassName
{
color: #B55BA5;
}
.AnyTagClassName
{
color: #B55BA5;
}
</style>
background-color css
<style>
a { background-color: #B55BA5; }
a { background-color: rgb(181,91,165); }
div.DivClassName
{
background-color: #B55BA5;
}
.BgClassName
{
background-color: #B55BA5;
}
</style>
border-color css
<style>
span { border-color: #B55BA5; }
span { border-color: rgb(181,91,165); }
td.TdClassName
{
border-color: #B55BA5;
}
.TagClassName
{
border-color: #B55BA5;
}
</style>