#B347A6

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

Shades of Violet Blue #B347A6

Tints of Violet Blue #B347A6

Color information

#B347A6 (or 0xB347A6) is unknown color: approx Violet Blue. HEX triplet: B3, 47 and A6. RGB value is (179,71,166). Sum of RGB (Red+Green+Blue) = 179+71+166=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 166 (65.23% from 255 or 39.90% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B347A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B347A6 is #4CB859. Grayscale: #717171. Windows color (decimal): -5027930 or 10897331. OLE color: 10897331.

HSL color Cylindrical-coordinate representation of color #B347A6: hue angle of 307.22º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B347A6 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB17971166-
CMYK00.600.070.30
HSL307.22º43.2%49.02%-
HSV(B)307.22º60.34%70.2%-
XYZ27.7316.8437.87-
YUV114.12157.28174.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.03%
GREEN value IS 71 (28.12% from 255) = 17.07%
BLUE value IS 166 (65.23% from 255) = 39.90%
R=43.03%
G=17.07%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797116600.600.070.30307.2243.249.02
HexB347A603C71E1332b31
Octal2631072460747364635361
Binary10110011100011110100110011110011111110100110011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B347A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B347A6; }

 p { color: rgb(179,71,166); }

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

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

 a { background-color: rgb(179,71,166); }

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

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

 span { border-color: rgb(179,71,166); }

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