Shades of Violet Blue #B55C9E
Tints of Violet Blue #B55C9E
RGB
CMYK
RGB Variations
Color information
#B55C9E (or 0xB55C9E) is known color: Violet Blue. HEX triplet: B5, 5C and 9E. RGB value is (181,92,158). Sum of RGB (Red+Green+Blue) = 181+92+158=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55C9E is #4AA361. Grayscale: #7D7D7D. Windows color (decimal): -4891490 or 10378421. OLE color: 10378421.
HSL color Cylindrical-coordinate representation of color #B55C9E: hue angle of 315.51º 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 #B55C9E is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 92 | 158 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.29 |
| HSL | 315.51º | 0.38% | 0.54% | - |
| HSV(B) | 315.51º | 0.49% | 0.71% | - |
| XYZ | 29.05 | 19.95 | 34.67 | - |
| YUV | 126.14 | 145.99 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 158 | 0 | 0.49 | 0.13 | 0.29 | 315.51 | 0.38 | 0.54 |
| Hex | B5 | 5C | 9E | 0 | 31 | D | 1D | 13C | 26 | 36 |
| Octal | 265 | 134 | 236 | 0 | 61 | 15 | 35 | 474 | 46 | 66 |
| Binary | 10110101 | 1011100 | 10011110 | 0 | 110001 | 1101 | 11101 | 100111100 | 100110 | 110110 |
Color Harmonies of #B55C9E
Complementary color
Monochromatic Colors of #B55C9E
Black with #B55C9E
Text Example
Text Example
White with #B55C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55C9E; }
p { color: rgb(181,92,158); }
H1.HeaderClassName
{
color: #B55C9E;
}
.AnyTagClassName
{
color: #B55C9E;
}
</style>
background-color css
<style>
a { background-color: #B55C9E; }
a { background-color: rgb(181,92,158); }
div.DivClassName
{
background-color: #B55C9E;
}
.BgClassName
{
background-color: #B55C9E;
}
</style>
border-color css
<style>
span { border-color: #B55C9E; }
span { border-color: rgb(181,92,158); }
td.TdClassName
{
border-color: #B55C9E;
}
.TagClassName
{
border-color: #B55C9E;
}
</style>