#B34EA5

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

Shades of Violet Blue #B34EA5

Tints of Violet Blue #B34EA5

Color information

#B34EA5 (or 0xB34EA5) is unknown color: approx Violet Blue. HEX triplet: B3, 4E and A5. RGB value is (179,78,165). Sum of RGB (Red+Green+Blue) = 179+78+165=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B34EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B34EA5 is #4CB15A. Grayscale: #757575. Windows color (decimal): -5026139 or 10833587. OLE color: 10833587.

HSL color Cylindrical-coordinate representation of color #B34EA5: hue angle of 308.32º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B34EA5 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB17978165-
CMYK00.560.080.30
HSL308.32º39.92%50.39%-
HSV(B)308.32º56.42%70.2%-
XYZ28.1117.7537.54-
YUV118.12154.46171.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.42%
GREEN value IS 78 (30.86% from 255) = 18.48%
BLUE value IS 165 (64.84% from 255) = 39.10%
R=42.42%
G=18.48%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797816500.560.080.30308.3239.9250.39
HexB34EA503881E1342832
Octal26311624507010364645062
Binary101100111001110101001010111000100011110100110100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34EA5; }

 p { color: rgb(179,78,165); }

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

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

 a { background-color: rgb(179,78,165); }

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

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

 span { border-color: rgb(179,78,165); }

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