#B34A9E

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

Shades of Violet Blue #B34A9E

Tints of Violet Blue #B34A9E

Color information

#B34A9E (or 0xB34A9E) is unknown color: approx Violet Blue. HEX triplet: B3, 4A and 9E. RGB value is (179,74,158). Sum of RGB (Red+Green+Blue) = 179+74+158=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34A9E is #4CB561. Grayscale: #727272. Windows color (decimal): -5027170 or 10373811. OLE color: 10373811.

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

Color convert

RGB17974158-
CMYK00.590.120.30
HSL312º41.5%49.61%-
HSV(B)312º58.66%70.2%-
XYZ27.2116.9534.19-
YUV114.97152.29173.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.55%
GREEN value IS 74 (29.30% from 255) = 18.00%
BLUE value IS 158 (62.11% from 255) = 38.44%
R=43.55%
G=18.00%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797415800.590.120.3031241.549.61
HexB34A9E03BC1E1382a32
Octal26311223607314364705262
Binary101100111001010100111100111011110011110100111000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34A9E; }

 p { color: rgb(179,74,158); }

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

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

 a { background-color: rgb(179,74,158); }

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

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

 span { border-color: rgb(179,74,158); }

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