#B3579C

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

Shades of Violet Blue #B3579C

Tints of Violet Blue #B3579C

Color information

#B3579C (or 0xB3579C) is unknown color: approx Violet Blue. HEX triplet: B3, 57 and 9C. RGB value is (179,87,156). Sum of RGB (Red+Green+Blue) = 179+87+156=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B3579C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3579C is #4CA863. Grayscale: #7A7A7A. Windows color (decimal): -5023844 or 10246067. OLE color: 10246067.

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

Color convert

RGB17987156-
CMYK00.510.130.30
HSL315º37.7%52.16%-
HSV(B)315º51.4%70.2%-
XYZ2818.833.61-
YUV122.37146.98168.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.42%
GREEN value IS 87 (34.38% from 255) = 20.62%
BLUE value IS 156 (61.33% from 255) = 36.97%
R=42.42%
G=20.62%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798715600.510.130.3031537.752.16
HexB3579C033D1E13b2634
Octal26312723406315364734664
Binary101100111010111100111000110011110111110100111011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3579C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3579C; }

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

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

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

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

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

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

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

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