Shades of Violet Blue #B54CA1
Tints of Violet Blue #B54CA1
RGB
CMYK
RGB Variations
Color information
#B54CA1 (or 0xB54CA1) is known color: Violet Blue. HEX triplet: B5, 4C and A1. RGB value is (181,76,161). Sum of RGB (Red+Green+Blue) = 181+76+161=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B54CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54CA1 is #4AB35E. Grayscale: #747474. Windows color (decimal): -4895583 or 10570933. OLE color: 10570933.
HSL color Cylindrical-coordinate representation of color #B54CA1: hue angle of 311.43º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B54CA1 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 76 | 161 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.29 |
| HSL | 311.43º | 0.42% | 0.5% | - |
| HSV(B) | 311.43º | 0.58% | 0.71% | - |
| XYZ | 28.07 | 17.57 | 35.63 | - |
| YUV | 117.09 | 152.79 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 161 | 0 | 0.58 | 0.11 | 0.29 | 311.43 | 0.42 | 0.5 |
| Hex | B5 | 4C | A1 | 0 | 3A | B | 1D | 137 | 2A | 32 |
| Octal | 265 | 114 | 241 | 0 | 72 | 13 | 35 | 467 | 52 | 62 |
| Binary | 10110101 | 1001100 | 10100001 | 0 | 111010 | 1011 | 11101 | 100110111 | 101010 | 110010 |
Color Harmonies of #B54CA1
Complementary color
Monochromatic Colors of #B54CA1
Black with #B54CA1
Text Example
Text Example
White with #B54CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54CA1; }
p { color: rgb(181,76,161); }
H1.HeaderClassName
{
color: #B54CA1;
}
.AnyTagClassName
{
color: #B54CA1;
}
</style>
background-color css
<style>
a { background-color: #B54CA1; }
a { background-color: rgb(181,76,161); }
div.DivClassName
{
background-color: #B54CA1;
}
.BgClassName
{
background-color: #B54CA1;
}
</style>
border-color css
<style>
span { border-color: #B54CA1; }
span { border-color: rgb(181,76,161); }
td.TdClassName
{
border-color: #B54CA1;
}
.TagClassName
{
border-color: #B54CA1;
}
</style>