#B554A6

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

Shades of Violet Blue #B554A6

Tints of Violet Blue #B554A6

Color information

#B554A6 (or 0xB554A6) is unknown color: approx Violet Blue. HEX triplet: B5, 54 and A6. RGB value is (181,84,166). Sum of RGB (Red+Green+Blue) = 181+84+166=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B554A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B554A6 is #4AAB59. Grayscale: #7A7A7A. Windows color (decimal): -4893530 or 10900661. OLE color: 10900661.

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

Color convert

RGB18184166-
CMYK00.540.080.29
HSL309.28º39.59%51.96%-
HSV(B)309.28º53.59%70.98%-
XYZ29.1118.9238.19-
YUV122.35152.64169.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.00%
GREEN value IS 84 (33.20% from 255) = 19.49%
BLUE value IS 166 (65.23% from 255) = 38.52%
R=42.00%
G=19.49%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818416600.540.080.29309.2839.5951.96
HexB554A603681D1352834
Octal26512424606610354655064
Binary101101011010100101001100110110100011101100110101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B554A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B554A6; }

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

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

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

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

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

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

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

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