#B3559C

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

Shades of Violet Blue #B3559C

Tints of Violet Blue #B3559C

Color information

#B3559C (or 0xB3559C) is unknown color: approx Violet Blue. HEX triplet: B3, 55 and 9C. RGB value is (179,85,156). Sum of RGB (Red+Green+Blue) = 179+85+156=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B3559C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3559C is #4CAA63. Grayscale: #797979. Windows color (decimal): -5024356 or 10245555. OLE color: 10245555.

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

Color convert

RGB17985156-
CMYK00.530.130.30
HSL314.68º38.21%51.76%-
HSV(B)314.68º52.51%70.2%-
XYZ27.8418.4833.55-
YUV121.2147.64169.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.62%
GREEN value IS 85 (33.59% from 255) = 20.24%
BLUE value IS 156 (61.33% from 255) = 37.14%
R=42.62%
G=20.24%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798515600.530.130.30314.6838.2151.76
HexB3559C035D1E13b2634
Octal26312523406515364734664
Binary101100111010101100111000110101110111110100111011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3559C; }

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

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

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

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

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

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

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

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