#B349A0

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

Shades of Violet Blue #B349A0

Tints of Violet Blue #B349A0

Color information

#B349A0 (or 0xB349A0) is unknown color: approx Violet Blue. HEX triplet: B3, 49 and A0. RGB value is (179,73,160). Sum of RGB (Red+Green+Blue) = 179+73+160=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B349A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B349A0 is #4CB65F. Grayscale: #727272. Windows color (decimal): -5027424 or 10504627. OLE color: 10504627.

HSL color Cylindrical-coordinate representation of color #B349A0: hue angle of 310.75º 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 #B349A0 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB17973160-
CMYK00.590.110.30
HSL310.75º42.06%49.41%-
HSV(B)310.75º59.22%70.2%-
XYZ27.3216.8935.08-
YUV114.61153.62173.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.45%
GREEN value IS 73 (28.91% from 255) = 17.72%
BLUE value IS 160 (62.89% from 255) = 38.83%
R=43.45%
G=17.72%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797316000.590.110.30310.7542.0649.41
HexB349A003BB1E1372a31
Octal26311124007313364675261
Binary101100111001001101000000111011101111110100110111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B349A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B349A0; }

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

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

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

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

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

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

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

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