#B4559D

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

Shades of Violet Blue #B4559D

Tints of Violet Blue #B4559D

Color information

#B4559D (or 0xB4559D) is unknown color: approx Violet Blue. HEX triplet: B4, 55 and 9D. RGB value is (180,85,157). Sum of RGB (Red+Green+Blue) = 180+85+157=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B4559D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4559D is #4BAA62. Grayscale: #797979. Windows color (decimal): -4958819 or 10311092. OLE color: 10311092.

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

Color convert

RGB18085157-
CMYK00.530.130.29
HSL314.53º38.78%51.96%-
HSV(B)314.53º52.78%70.59%-
XYZ28.1618.6334.01-
YUV121.61147.97169.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.65%
GREEN value IS 85 (33.59% from 255) = 20.14%
BLUE value IS 157 (61.72% from 255) = 37.20%
R=42.65%
G=20.14%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808515700.530.130.29314.5338.7851.96
HexB4559D035D1D13b2734
Octal26412523506515354734764
Binary101101001010101100111010110101110111101100111011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4559D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4559D; }

 p { color: rgb(180,85,157); }

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

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

 a { background-color: rgb(180,85,157); }

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

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

 span { border-color: rgb(180,85,157); }

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