#B5549E

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

Shades of Violet Blue #B5549E

Tints of Violet Blue #B5549E

Color information

#B5549E (or 0xB5549E) is unknown color: approx Violet Blue. HEX triplet: B5, 54 and 9E. RGB value is (181,84,158). Sum of RGB (Red+Green+Blue) = 181+84+158=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B5549E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5549E is #4AAB61. Grayscale: #797979. Windows color (decimal): -4893538 or 10376373. OLE color: 10376373.

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

Color convert

RGB18184158-
CMYK00.540.130.29
HSL314.23º39.59%51.96%-
HSV(B)314.23º53.59%70.98%-
XYZ28.418.6334.45-
YUV121.44148.64170.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.79%
GREEN value IS 84 (33.20% from 255) = 19.86%
BLUE value IS 158 (62.11% from 255) = 37.35%
R=42.79%
G=19.86%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818415800.540.130.29314.2339.5951.96
HexB5549E036D1D13a2834
Octal26512423606615354725064
Binary101101011010100100111100110110110111101100111010101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5549E; }

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

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

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

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

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

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

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

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