Shades of Violet Blue #B55BA3
Tints of Violet Blue #B55BA3
RGB
CMYK
RGB Variations
Color information
#B55BA3 (or 0xB55BA3) is known color: Violet Blue. HEX triplet: B5, 5B and A3. RGB value is (181,91,163). Sum of RGB (Red+Green+Blue) = 181+91+163=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B55BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55BA3 is #4AA45C. Grayscale: #7D7D7D. Windows color (decimal): -4891741 or 10705845. OLE color: 10705845.
HSL color Cylindrical-coordinate representation of color #B55BA3: hue angle of 312º 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 #B55BA3 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 91 | 163 | - |
CMYK | 0 | 0.50 | 0.10 | 0.29 |
HSL | 312º | 0.38% | 0.53% | - |
HSV(B) | 312º | 0.5% | 0.71% | - |
XYZ | 29.41 | 19.95 | 36.95 | - |
YUV | 126.12 | 148.82 | 167.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 91 | 163 | 0 | 0.50 | 0.10 | 0.29 | 312 | 0.38 | 0.53 |
Hex | B5 | 5B | A3 | 0 | 32 | A | 1D | 138 | 26 | 35 |
Octal | 265 | 133 | 243 | 0 | 62 | 12 | 35 | 470 | 46 | 65 |
Binary | 10110101 | 1011011 | 10100011 | 0 | 110010 | 1010 | 11101 | 100111000 | 100110 | 110101 |
Color Harmonies of #B55BA3
Complementary color
Monochromatic Colors of #B55BA3
Black with #B55BA3
Text Example
Text Example
White with #B55BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55BA3; }
p { color: rgb(181,91,163); }
H1.HeaderClassName
{
color: #B55BA3;
}
.AnyTagClassName
{
color: #B55BA3;
}
</style>
background-color css
<style>
a { background-color: #B55BA3; }
a { background-color: rgb(181,91,163); }
div.DivClassName
{
background-color: #B55BA3;
}
.BgClassName
{
background-color: #B55BA3;
}
</style>
border-color css
<style>
span { border-color: #B55BA3; }
span { border-color: rgb(181,91,163); }
td.TdClassName
{
border-color: #B55BA3;
}
.TagClassName
{
border-color: #B55BA3;
}
</style>