Shades of Violet Blue #B55FA2
Tints of Violet Blue #B55FA2
RGB
CMYK
RGB Variations
Color information
#B55FA2 (or 0xB55FA2) is known color: Violet Blue. HEX triplet: B5, 5F and A2. RGB value is (181,95,162). Sum of RGB (Red+Green+Blue) = 181+95+162=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B55FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55FA2 is #4AA05D. Grayscale: #808080. Windows color (decimal): -4890718 or 10641333. OLE color: 10641333.
HSL color Cylindrical-coordinate representation of color #B55FA2: hue angle of 313.26º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B55FA2 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 95 | 162 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.29 |
| HSL | 313.26º | 0.37% | 0.54% | - |
| HSV(B) | 313.26º | 0.48% | 0.71% | - |
| XYZ | 29.67 | 20.62 | 36.6 | - |
| YUV | 128.35 | 146.99 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 95 | 162 | 0 | 0.48 | 0.10 | 0.29 | 313.26 | 0.37 | 0.54 |
| Hex | B5 | 5F | A2 | 0 | 30 | A | 1D | 139 | 25 | 36 |
| Octal | 265 | 137 | 242 | 0 | 60 | 12 | 35 | 471 | 45 | 66 |
| Binary | 10110101 | 1011111 | 10100010 | 0 | 110000 | 1010 | 11101 | 100111001 | 100101 | 110110 |
Color Harmonies of #B55FA2
Complementary color
Monochromatic Colors of #B55FA2
Black with #B55FA2
Text Example
Text Example
White with #B55FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55FA2; }
p { color: rgb(181,95,162); }
H1.HeaderClassName
{
color: #B55FA2;
}
.AnyTagClassName
{
color: #B55FA2;
}
</style>
background-color css
<style>
a { background-color: #B55FA2; }
a { background-color: rgb(181,95,162); }
div.DivClassName
{
background-color: #B55FA2;
}
.BgClassName
{
background-color: #B55FA2;
}
</style>
border-color css
<style>
span { border-color: #B55FA2; }
span { border-color: rgb(181,95,162); }
td.TdClassName
{
border-color: #B55FA2;
}
.TagClassName
{
border-color: #B55FA2;
}
</style>