#B546A4

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

Shades of Violet Blue #B546A4

Tints of Violet Blue #B546A4

Color information

#B546A4 (or 0xB546A4) is unknown color: approx Violet Blue. HEX triplet: B5, 46 and A4. RGB value is (181,70,164). Sum of RGB (Red+Green+Blue) = 181+70+164=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 70 (27.73% from 255 or 16.87% from 415); Blue value is 164 (64.45% from 255 or 39.52% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B546A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B546A4 is #4AB95B. Grayscale: #717171. Windows color (decimal): -4897116 or 10766005. OLE color: 10766005.

HSL color Cylindrical-coordinate representation of color #B546A4: hue angle of 309.19º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B546A4 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB18170164-
CMYK00.610.090.29
HSL309.19º44.22%49.22%-
HSV(B)309.19º61.33%70.98%-
XYZ27.9516.8836.91-
YUV113.9156.27175.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 70 (27.73% from 255) = 16.87%
BLUE value IS 164 (64.45% from 255) = 39.52%
R=43.61%
G=16.87%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817016400.610.090.29309.1944.2249.22
HexB546A403D91D1352c31
Octal26510624407511354655461
Binary101101011000110101001000111101100111101100110101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B546A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B546A4; }

 p { color: rgb(181,70,164); }

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

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

 a { background-color: rgb(181,70,164); }

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

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

 span { border-color: rgb(181,70,164); }

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