Shades of Violet Blue #B55B9E
Tints of Violet Blue #B55B9E
RGB
CMYK
RGB Variations
Color information
#B55B9E (or 0xB55B9E) is known color: Violet Blue. HEX triplet: B5, 5B and 9E. RGB value is (181,91,158). Sum of RGB (Red+Green+Blue) = 181+91+158=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55B9E is #4AA461. Grayscale: #7D7D7D. Windows color (decimal): -4891746 or 10378165. OLE color: 10378165.
HSL color Cylindrical-coordinate representation of color #B55B9E: hue angle of 315.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 #B55B9E is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 91 | 158 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.29 |
| HSL | 315.33º | 0.38% | 0.53% | - |
| HSV(B) | 315.33º | 0.5% | 0.71% | - |
| XYZ | 28.97 | 19.77 | 34.64 | - |
| YUV | 125.55 | 146.32 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 91 | 158 | 0 | 0.50 | 0.13 | 0.29 | 315.33 | 0.38 | 0.53 |
| Hex | B5 | 5B | 9E | 0 | 32 | D | 1D | 13B | 26 | 35 |
| Octal | 265 | 133 | 236 | 0 | 62 | 15 | 35 | 473 | 46 | 65 |
| Binary | 10110101 | 1011011 | 10011110 | 0 | 110010 | 1101 | 11101 | 100111011 | 100110 | 110101 |
Color Harmonies of #B55B9E
Complementary color
Monochromatic Colors of #B55B9E
Black with #B55B9E
Text Example
Text Example
White with #B55B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55B9E; }
p { color: rgb(181,91,158); }
H1.HeaderClassName
{
color: #B55B9E;
}
.AnyTagClassName
{
color: #B55B9E;
}
</style>
background-color css
<style>
a { background-color: #B55B9E; }
a { background-color: rgb(181,91,158); }
div.DivClassName
{
background-color: #B55B9E;
}
.BgClassName
{
background-color: #B55B9E;
}
</style>
border-color css
<style>
span { border-color: #B55B9E; }
span { border-color: rgb(181,91,158); }
td.TdClassName
{
border-color: #B55B9E;
}
.TagClassName
{
border-color: #B55B9E;
}
</style>