#B349A1

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

Shades of Violet Blue #B349A1

Tints of Violet Blue #B349A1

Color information

#B349A1 (or 0xB349A1) is unknown color: approx Violet Blue. HEX triplet: B3, 49 and A1. RGB value is (179,73,161). Sum of RGB (Red+Green+Blue) = 179+73+161=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 161 (63.28% from 255 or 38.98% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B349A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B349A1 is #4CB65E. Grayscale: #727272. Windows color (decimal): -5027423 or 10570163. OLE color: 10570163.

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

Color convert

RGB17973161-
CMYK00.590.100.30
HSL310.19º42.06%49.41%-
HSV(B)310.19º59.22%70.2%-
XYZ27.4116.9235.54-
YUV114.73154.12173.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.34%
GREEN value IS 73 (28.91% from 255) = 17.68%
BLUE value IS 161 (63.28% from 255) = 38.98%
R=43.34%
G=17.68%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797316100.590.100.30310.1942.0649.41
HexB349A103BA1E1362a31
Octal26311124107312364665261
Binary101100111001001101000010111011101011110100110110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B349A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B349A1; }

 p { color: rgb(179,73,161); }

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

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

 a { background-color: rgb(179,73,161); }

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

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

 span { border-color: rgb(179,73,161); }

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