#B346A2

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

Shades of Violet Blue #B346A2

Tints of Violet Blue #B346A2

Color information

#B346A2 (or 0xB346A2) is unknown color: approx Violet Blue. HEX triplet: B3, 46 and A2. RGB value is (179,70,162). Sum of RGB (Red+Green+Blue) = 179+70+162=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 70 (27.73% from 255 or 17.03% from 411); Blue value is 162 (63.67% from 255 or 39.42% from 411); Max value from RGB is 179 - color contains mainly: red. Hex color #B346A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B346A2 is #4CB95D. Grayscale: #707070. Windows color (decimal): -5028190 or 10634931. OLE color: 10634931.

HSL color Cylindrical-coordinate representation of color #B346A2: hue angle of 309.36º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B346A2 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB17970162-
CMYK00.610.090.30
HSL309.36º43.78%48.82%-
HSV(B)309.36º60.89%70.2%-
XYZ27.316.5735.94-
YUV113.08155.61175.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.55%
GREEN value IS 70 (27.73% from 255) = 17.03%
BLUE value IS 162 (63.67% from 255) = 39.42%
R=43.55%
G=17.03%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797016200.610.090.30309.3643.7848.82
HexB346A203D91E1352c31
Octal26310624207511364655461
Binary101100111000110101000100111101100111110100110101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B346A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B346A2; }

 p { color: rgb(179,70,162); }

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

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

 a { background-color: rgb(179,70,162); }

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

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

 span { border-color: rgb(179,70,162); }

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