#B4549F

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

Shades of Violet Blue #B4549F

Tints of Violet Blue #B4549F

Color information

#B4549F (or 0xB4549F) is unknown color: approx Violet Blue. HEX triplet: B4, 54 and 9F. RGB value is (180,84,159). Sum of RGB (Red+Green+Blue) = 180+84+159=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B4549F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4549F is #4BAB60. Grayscale: #797979. Windows color (decimal): -4959073 or 10441908. OLE color: 10441908.

HSL color Cylindrical-coordinate representation of color #B4549F: hue angle of 313.12º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B4549F is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB18084159-
CMYK00.530.120.29
HSL313.12º39.02%51.76%-
HSV(B)313.12º53.33%70.59%-
XYZ28.2518.5534.89-
YUV121.25149.3169.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 84 (33.20% from 255) = 19.86%
BLUE value IS 159 (62.5% from 255) = 37.59%
R=42.55%
G=19.86%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808415900.530.120.29313.1239.0251.76
HexB4549F035C1D1392734
Octal26412423706514354714764
Binary101101001010100100111110110101110011101100111001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4549F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4549F; }

 p { color: rgb(180,84,159); }

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

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

 a { background-color: rgb(180,84,159); }

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

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

 span { border-color: rgb(180,84,159); }

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