#B554A0

Color #B554A0 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #B554A0

Tints of Violet Blue #B554A0

Color information

#B554A0 (or 0xB554A0) is unknown color: approx Violet Blue. HEX triplet: B5, 54 and A0. RGB value is (181,84,160). Sum of RGB (Red+Green+Blue) = 181+84+160=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B554A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B554A0 is #4AAB5F. Grayscale: #797979. Windows color (decimal): -4893536 or 10507445. OLE color: 10507445.

HSL color Cylindrical-coordinate representation of color #B554A0: hue angle of 312.99º 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 #B554A0 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB18184160-
CMYK00.540.120.29
HSL312.99º39.59%51.96%-
HSV(B)312.99º53.59%70.98%-
XYZ28.5718.735.36-
YUV121.67149.64170.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 84 (33.20% from 255) = 19.76%
BLUE value IS 160 (62.89% from 255) = 37.65%
R=42.59%
G=19.76%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818416000.540.120.29312.9939.5951.96
HexB554A0036C1D1392834
Octal26512424006614354715064
Binary101101011010100101000000110110110011101100111001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B554A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B554A0; }

 p { color: rgb(181,84,160); }

 H1.HeaderClassName
 {
   color: #B554A0;
 }
 .AnyTagClassName
 {
   color: #B554A0;
 }
</style>
background-color css

<style>
 a { background-color: #B554A0; }

 a { background-color: rgb(181,84,160); }

 div.DivClassName
 {
   background-color: #B554A0;
 }
 .BgClassName
 {
   background-color: #B554A0;
 }
</style>
border-color css

<style>
 span { border-color: #B554A0; }

 span { border-color: rgb(181,84,160); }

 td.TdClassName
 {
   border-color: #B554A0;
 }
 .TagClassName
 {
   border-color: #B554A0;
 }
</style>