Shades of Violet Blue #B55CA2
Tints of Violet Blue #B55CA2
RGB
CMYK
RGB Variations
Color information
#B55CA2 (or 0xB55CA2) is known color: Violet Blue. HEX triplet: B5, 5C and A2. RGB value is (181,92,162). Sum of RGB (Red+Green+Blue) = 181+92+162=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B55CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55CA2 is #4AA35D. Grayscale: #7E7E7E. Windows color (decimal): -4891486 or 10640565. OLE color: 10640565.
HSL color Cylindrical-coordinate representation of color #B55CA2: hue angle of 312.81º 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 #B55CA2 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 92 | 162 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.29 |
| HSL | 312.81º | 0.38% | 0.54% | - |
| HSV(B) | 312.81º | 0.49% | 0.71% | - |
| XYZ | 29.4 | 20.09 | 36.51 | - |
| YUV | 126.59 | 147.99 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 162 | 0 | 0.49 | 0.10 | 0.29 | 312.81 | 0.38 | 0.54 |
| Hex | B5 | 5C | A2 | 0 | 31 | A | 1D | 139 | 26 | 36 |
| Octal | 265 | 134 | 242 | 0 | 61 | 12 | 35 | 471 | 46 | 66 |
| Binary | 10110101 | 1011100 | 10100010 | 0 | 110001 | 1010 | 11101 | 100111001 | 100110 | 110110 |
Color Harmonies of #B55CA2
Complementary color
Monochromatic Colors of #B55CA2
Black with #B55CA2
Text Example
Text Example
White with #B55CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55CA2; }
p { color: rgb(181,92,162); }
H1.HeaderClassName
{
color: #B55CA2;
}
.AnyTagClassName
{
color: #B55CA2;
}
</style>
background-color css
<style>
a { background-color: #B55CA2; }
a { background-color: rgb(181,92,162); }
div.DivClassName
{
background-color: #B55CA2;
}
.BgClassName
{
background-color: #B55CA2;
}
</style>
border-color css
<style>
span { border-color: #B55CA2; }
span { border-color: rgb(181,92,162); }
td.TdClassName
{
border-color: #B55CA2;
}
.TagClassName
{
border-color: #B55CA2;
}
</style>