#B34BA0

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

Shades of Violet Blue #B34BA0

Tints of Violet Blue #B34BA0

Color information

#B34BA0 (or 0xB34BA0) is unknown color: approx Violet Blue. HEX triplet: B3, 4B and A0. RGB value is (179,75,160). Sum of RGB (Red+Green+Blue) = 179+75+160=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B34BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34BA0 is #4CB45F. Grayscale: #737373. Windows color (decimal): -5026912 or 10505139. OLE color: 10505139.

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

Color convert

RGB17975160-
CMYK00.580.110.30
HSL310.96º40.94%49.8%-
HSV(B)310.96º58.1%70.2%-
XYZ27.4517.1535.12-
YUV115.79152.96173.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.24%
GREEN value IS 75 (29.69% from 255) = 18.12%
BLUE value IS 160 (62.89% from 255) = 38.65%
R=43.24%
G=18.12%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797516000.580.110.30310.9640.9449.8
HexB34BA003AB1E1372932
Octal26311324007213364675162
Binary101100111001011101000000111010101111110100110111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34BA0; }

 p { color: rgb(179,75,160); }

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

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

 a { background-color: rgb(179,75,160); }

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

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

 span { border-color: rgb(179,75,160); }

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