#B357A3

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

Shades of Violet Blue #B357A3

Tints of Violet Blue #B357A3

Color information

#B357A3 (or 0xB357A3) is unknown color: approx Violet Blue. HEX triplet: B3, 57 and A3. RGB value is (179,87,163). Sum of RGB (Red+Green+Blue) = 179+87+163=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 163 (64.06% from 255 or 38.00% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B357A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B357A3 is #4CA85C. Grayscale: #7A7A7A. Windows color (decimal): -5023837 or 10704819. OLE color: 10704819.

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

Color convert

RGB17987163-
CMYK00.510.090.30
HSL310.43º37.7%52.16%-
HSV(B)310.43º51.4%70.2%-
XYZ28.6119.0436.82-
YUV123.17150.48167.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.72%
GREEN value IS 87 (34.38% from 255) = 20.28%
BLUE value IS 163 (64.06% from 255) = 38.00%
R=41.72%
G=20.28%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798716300.510.090.30310.4337.752.16
HexB357A303391E1362634
Octal26312724306311364664664
Binary101100111010111101000110110011100111110100110110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B357A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B357A3; }

 p { color: rgb(179,87,163); }

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

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

 a { background-color: rgb(179,87,163); }

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

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

 span { border-color: rgb(179,87,163); }

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