Shades of Violet Blue #B553A4
Tints of Violet Blue #B553A4
RGB
CMYK
RGB Variations
Color information
#B553A4 (or 0xB553A4) is known color: Violet Blue. HEX triplet: B5, 53 and A4. RGB value is (181,83,164). Sum of RGB (Red+Green+Blue) = 181+83+164=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 164 (64.45% from 255 or 38.32% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B553A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B553A4 is #4AAC5B. Grayscale: #797979. Windows color (decimal): -4893788 or 10769333. OLE color: 10769333.
HSL color Cylindrical-coordinate representation of color #B553A4: hue angle of 310.41º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B553A4 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 83 | 164 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.29 |
| HSL | 310.41º | 0.4% | 0.52% | - |
| HSV(B) | 310.41º | 0.54% | 0.71% | - |
| XYZ | 28.85 | 18.69 | 37.21 | - |
| YUV | 121.54 | 151.97 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 83 | 164 | 0 | 0.54 | 0.09 | 0.29 | 310.41 | 0.4 | 0.52 |
| Hex | B5 | 53 | A4 | 0 | 36 | 9 | 1D | 136 | 28 | 34 |
| Octal | 265 | 123 | 244 | 0 | 66 | 11 | 35 | 466 | 50 | 64 |
| Binary | 10110101 | 1010011 | 10100100 | 0 | 110110 | 1001 | 11101 | 100110110 | 101000 | 110100 |
Color Harmonies of #B553A4
Complementary color
Monochromatic Colors of #B553A4
Black with #B553A4
Text Example
Text Example
White with #B553A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B553A4; }
p { color: rgb(181,83,164); }
H1.HeaderClassName
{
color: #B553A4;
}
.AnyTagClassName
{
color: #B553A4;
}
</style>
background-color css
<style>
a { background-color: #B553A4; }
a { background-color: rgb(181,83,164); }
div.DivClassName
{
background-color: #B553A4;
}
.BgClassName
{
background-color: #B553A4;
}
</style>
border-color css
<style>
span { border-color: #B553A4; }
span { border-color: rgb(181,83,164); }
td.TdClassName
{
border-color: #B553A4;
}
.TagClassName
{
border-color: #B553A4;
}
</style>