Shades of Violet Blue #B55BA4
Tints of Violet Blue #B55BA4
RGB
CMYK
RGB Variations
Color information
#B55BA4 (or 0xB55BA4) is known color: Violet Blue. HEX triplet: B5, 5B and A4. RGB value is (181,91,164). Sum of RGB (Red+Green+Blue) = 181+91+164=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B55BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55BA4 is #4AA45B. Grayscale: #7E7E7E. Windows color (decimal): -4891740 or 10771381. OLE color: 10771381.
HSL color Cylindrical-coordinate representation of color #B55BA4: hue angle of 311.33º 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 #B55BA4 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 91 | 164 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.29 |
| HSL | 311.33º | 0.38% | 0.53% | - |
| HSV(B) | 311.33º | 0.5% | 0.71% | - |
| XYZ | 29.5 | 19.99 | 37.42 | - |
| YUV | 126.23 | 149.32 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 91 | 164 | 0 | 0.50 | 0.09 | 0.29 | 311.33 | 0.38 | 0.53 |
| Hex | B5 | 5B | A4 | 0 | 32 | 9 | 1D | 137 | 26 | 35 |
| Octal | 265 | 133 | 244 | 0 | 62 | 11 | 35 | 467 | 46 | 65 |
| Binary | 10110101 | 1011011 | 10100100 | 0 | 110010 | 1001 | 11101 | 100110111 | 100110 | 110101 |
Color Harmonies of #B55BA4
Complementary color
Monochromatic Colors of #B55BA4
Black with #B55BA4
Text Example
Text Example
White with #B55BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55BA4; }
p { color: rgb(181,91,164); }
H1.HeaderClassName
{
color: #B55BA4;
}
.AnyTagClassName
{
color: #B55BA4;
}
</style>
background-color css
<style>
a { background-color: #B55BA4; }
a { background-color: rgb(181,91,164); }
div.DivClassName
{
background-color: #B55BA4;
}
.BgClassName
{
background-color: #B55BA4;
}
</style>
border-color css
<style>
span { border-color: #B55BA4; }
span { border-color: rgb(181,91,164); }
td.TdClassName
{
border-color: #B55BA4;
}
.TagClassName
{
border-color: #B55BA4;
}
</style>