#B4539D

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

Shades of Violet Blue #B4539D

Tints of Violet Blue #B4539D

Color information

#B4539D (or 0xB4539D) is unknown color: approx Violet Blue. HEX triplet: B4, 53 and 9D. RGB value is (180,83,157). Sum of RGB (Red+Green+Blue) = 180+83+157=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B4539D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4539D is #4BAC62. Grayscale: #787878. Windows color (decimal): -4959331 or 10310580. OLE color: 10310580.

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

Color convert

RGB18083157-
CMYK00.540.130.29
HSL314.23º39.27%51.57%-
HSV(B)314.23º53.89%70.59%-
XYZ2818.3233.96-
YUV120.44148.64170.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.86%
GREEN value IS 83 (32.81% from 255) = 19.76%
BLUE value IS 157 (61.72% from 255) = 37.38%
R=42.86%
G=19.76%
B=37.38%

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
Decimal1808315700.540.130.29314.2339.2751.57
HexB4539D036D1D13a2734
Octal26412323506615354724764
Binary101101001010011100111010110110110111101100111010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4539D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4539D; }

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

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

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

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

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

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

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

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