#B3599C

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

Shades of Violet Blue #B3599C

Tints of Violet Blue #B3599C

Color information

#B3599C (or 0xB3599C) is unknown color: approx Violet Blue. HEX triplet: B3, 59 and 9C. RGB value is (179,89,156). Sum of RGB (Red+Green+Blue) = 179+89+156=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B3599C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3599C is #4CA663. Grayscale: #7B7B7B. Windows color (decimal): -5023332 or 10246579. OLE color: 10246579.

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

Color convert

RGB17989156-
CMYK00.500.130.30
HSL315.33º37.19%52.55%-
HSV(B)315.33º50.28%70.2%-
XYZ28.1619.1333.66-
YUV123.55146.32167.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.22%
GREEN value IS 89 (35.16% from 255) = 20.99%
BLUE value IS 156 (61.33% from 255) = 36.79%
R=42.22%
G=20.99%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798915600.500.130.30315.3337.1952.55
HexB3599C032D1E13b2535
Octal26313123406215364734565
Binary101100111011001100111000110010110111110100111011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3599C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3599C; }

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

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

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

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

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

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

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

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