#B4559F

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

Shades of Violet Blue #B4559F

Tints of Violet Blue #B4559F

Color information

#B4559F (or 0xB4559F) is unknown color: approx Violet Blue. HEX triplet: B4, 55 and 9F. RGB value is (180,85,159). Sum of RGB (Red+Green+Blue) = 180+85+159=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B4559F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4559F is #4BAA60. Grayscale: #797979. Windows color (decimal): -4958817 or 10442164. OLE color: 10442164.

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

Color convert

RGB18085159-
CMYK00.530.120.29
HSL313.26º38.78%51.96%-
HSV(B)313.26º52.78%70.59%-
XYZ28.3318.734.92-
YUV121.84148.97169.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 85 (33.59% from 255) = 20.05%
BLUE value IS 159 (62.5% from 255) = 37.5%
R=42.45%
G=20.05%
B=37.5%

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
Decimal1808515900.530.120.29313.2638.7851.96
HexB4559F035C1D1392734
Octal26412523706514354714764
Binary101101001010101100111110110101110011101100111001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4559F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4559F; }

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

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

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

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

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

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

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

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