Shades of Violet Blue #B55CA6
Tints of Violet Blue #B55CA6
RGB
CMYK
RGB Variations
Color information
#B55CA6 (or 0xB55CA6) is known color: Violet Blue. HEX triplet: B5, 5C and A6. RGB value is (181,92,166). Sum of RGB (Red+Green+Blue) = 181+92+166=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 166 (65.23% from 255 or 37.81% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B55CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55CA6 is #4AA359. Grayscale: #7E7E7E. Windows color (decimal): -4891482 or 10902709. OLE color: 10902709.
HSL color Cylindrical-coordinate representation of color #B55CA6: hue angle of 310.11º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B55CA6 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 92 | 166 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.29 |
| HSL | 310.11º | 0.38% | 0.54% | - |
| HSV(B) | 310.11º | 0.49% | 0.71% | - |
| XYZ | 29.77 | 20.23 | 38.41 | - |
| YUV | 127.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 166 | 0 | 0.49 | 0.08 | 0.29 | 310.11 | 0.38 | 0.54 |
| Hex | B5 | 5C | A6 | 0 | 31 | 8 | 1D | 136 | 26 | 36 |
| Octal | 265 | 134 | 246 | 0 | 61 | 10 | 35 | 466 | 46 | 66 |
| Binary | 10110101 | 1011100 | 10100110 | 0 | 110001 | 1000 | 11101 | 100110110 | 100110 | 110110 |
Color Harmonies of #B55CA6
Complementary color
Monochromatic Colors of #B55CA6
Black with #B55CA6
Text Example
Text Example
White with #B55CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55CA6; }
p { color: rgb(181,92,166); }
H1.HeaderClassName
{
color: #B55CA6;
}
.AnyTagClassName
{
color: #B55CA6;
}
</style>
background-color css
<style>
a { background-color: #B55CA6; }
a { background-color: rgb(181,92,166); }
div.DivClassName
{
background-color: #B55CA6;
}
.BgClassName
{
background-color: #B55CA6;
}
</style>
border-color css
<style>
span { border-color: #B55CA6; }
span { border-color: rgb(181,92,166); }
td.TdClassName
{
border-color: #B55CA6;
}
.TagClassName
{
border-color: #B55CA6;
}
</style>