#B4529D

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

Shades of Violet Blue #B4529D

Tints of Violet Blue #B4529D

Color information

#B4529D (or 0xB4529D) is unknown color: approx Violet Blue. HEX triplet: B4, 52 and 9D. RGB value is (180,82,157). Sum of RGB (Red+Green+Blue) = 180+82+157=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4529D is #4BAD62. Grayscale: #777777. Windows color (decimal): -4959587 or 10310324. OLE color: 10310324.

HSL color Cylindrical-coordinate representation of color #B4529D: hue angle of 314.08º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4529D is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB18082157-
CMYK00.540.130.29
HSL314.08º39.52%51.37%-
HSV(B)314.08º54.44%70.59%-
XYZ27.9318.1733.93-
YUV119.85148.97170.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 82 (32.42% from 255) = 19.57%
BLUE value IS 157 (61.72% from 255) = 37.47%
R=42.96%
G=19.57%
B=37.47%

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
Decimal1808215700.540.130.29314.0839.5251.37
HexB4529D036D1D13a2833
Octal26412223506615354725063
Binary101101001010010100111010110110110111101100111010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4529D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4529D; }

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

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

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

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

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

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

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

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