Shades of Violet Blue #B55CA7
Tints of Violet Blue #B55CA7
RGB
CMYK
RGB Variations
Color information
#B55CA7 (or 0xB55CA7) is known color: Violet Blue. HEX triplet: B5, 5C and A7. RGB value is (181,92,167). Sum of RGB (Red+Green+Blue) = 181+92+167=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 167 (65.62% from 255 or 37.95% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B55CA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55CA7 is #4AA358. Grayscale: #7E7E7E. Windows color (decimal): -4891481 or 10968245. OLE color: 10968245.
HSL color Cylindrical-coordinate representation of color #B55CA7: hue angle of 309.44º 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 #B55CA7 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 92 | 167 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.29 |
| HSL | 309.44º | 0.38% | 0.54% | - |
| HSV(B) | 309.44º | 0.49% | 0.71% | - |
| XYZ | 29.86 | 20.27 | 38.9 | - |
| YUV | 127.16 | 150.49 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 167 | 0 | 0.49 | 0.08 | 0.29 | 309.44 | 0.38 | 0.54 |
| Hex | B5 | 5C | A7 | 0 | 31 | 8 | 1D | 135 | 26 | 36 |
| Octal | 265 | 134 | 247 | 0 | 61 | 10 | 35 | 465 | 46 | 66 |
| Binary | 10110101 | 1011100 | 10100111 | 0 | 110001 | 1000 | 11101 | 100110101 | 100110 | 110110 |
Color Harmonies of #B55CA7
Complementary color
Monochromatic Colors of #B55CA7
Black with #B55CA7
Text Example
Text Example
White with #B55CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55CA7; }
p { color: rgb(181,92,167); }
H1.HeaderClassName
{
color: #B55CA7;
}
.AnyTagClassName
{
color: #B55CA7;
}
</style>
background-color css
<style>
a { background-color: #B55CA7; }
a { background-color: rgb(181,92,167); }
div.DivClassName
{
background-color: #B55CA7;
}
.BgClassName
{
background-color: #B55CA7;
}
</style>
border-color css
<style>
span { border-color: #B55CA7; }
span { border-color: rgb(181,92,167); }
td.TdClassName
{
border-color: #B55CA7;
}
.TagClassName
{
border-color: #B55CA7;
}
</style>