Shades of Violet Blue #B55D9D
Tints of Violet Blue #B55D9D
RGB
CMYK
RGB Variations
Color information
#B55D9D (or 0xB55D9D) is known color: Violet Blue. HEX triplet: B5, 5D and 9D. RGB value is (181,93,157). Sum of RGB (Red+Green+Blue) = 181+93+157=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55D9D is #4AA262. Grayscale: #7E7E7E. Windows color (decimal): -4891235 or 10313141. OLE color: 10313141.
HSL color Cylindrical-coordinate representation of color #B55D9D: hue angle of 316.36º degrees, saturation: 0.37, 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 #B55D9D is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 93 | 157 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.29 |
| HSL | 316.36º | 0.37% | 0.54% | - |
| HSV(B) | 316.36º | 0.49% | 0.71% | - |
| XYZ | 29.06 | 20.09 | 34.24 | - |
| YUV | 126.61 | 145.15 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 93 | 157 | 0 | 0.49 | 0.13 | 0.29 | 316.36 | 0.37 | 0.54 |
| Hex | B5 | 5D | 9D | 0 | 31 | D | 1D | 13C | 25 | 36 |
| Octal | 265 | 135 | 235 | 0 | 61 | 15 | 35 | 474 | 45 | 66 |
| Binary | 10110101 | 1011101 | 10011101 | 0 | 110001 | 1101 | 11101 | 100111100 | 100101 | 110110 |
Color Harmonies of #B55D9D
Complementary color
Monochromatic Colors of #B55D9D
Black with #B55D9D
Text Example
Text Example
White with #B55D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55D9D; }
p { color: rgb(181,93,157); }
H1.HeaderClassName
{
color: #B55D9D;
}
.AnyTagClassName
{
color: #B55D9D;
}
</style>
background-color css
<style>
a { background-color: #B55D9D; }
a { background-color: rgb(181,93,157); }
div.DivClassName
{
background-color: #B55D9D;
}
.BgClassName
{
background-color: #B55D9D;
}
</style>
border-color css
<style>
span { border-color: #B55D9D; }
span { border-color: rgb(181,93,157); }
td.TdClassName
{
border-color: #B55D9D;
}
.TagClassName
{
border-color: #B55D9D;
}
</style>