#b356a4

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

Shades of Violet Blue #B356A4

Tints of Violet Blue #B356A4

Color information

#B356A4 (or 0xB356A4) is unknown color: approx Violet Blue. HEX triplet: B3, 56 and A4. RGB value is (179,86,164). Sum of RGB (Red+Green+Blue) = 179+86+164=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 164 (64.45% from 255 or 38.23% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B356A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B356A4 is #4CA95B. Grayscale: #7A7A7A. Windows color (decimal): -5024092 or 10770099. OLE color: 10770099.

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

Color convert

RGB17986164-
CMYK00.520.080.30
HSL309.68º37.96%51.96%-
HSV(B)309.68º51.96%70.2%-
XYZ28.6218.9237.27-
YUV122.7151.31168.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.72%
GREEN value IS 86 (33.98% from 255) = 20.05%
BLUE value IS 164 (64.45% from 255) = 38.23%
R=41.72%
G=20.05%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798616400.520.080.30309.6837.9651.96
HexB356A403481E1362634
Octal26312624406410364664664
Binary101100111010110101001000110100100011110100110110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b356a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b356a4; }

 p { color: rgb(179,86,164); }

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

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

 a { background-color: rgb(179,86,164); }

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

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

 span { border-color: rgb(179,86,164); }

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