#B3599E

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

Shades of Violet Blue #B3599E

Tints of Violet Blue #B3599E

Color information

#B3599E (or 0xB3599E) is unknown color: approx Violet Blue. HEX triplet: B3, 59 and 9E. RGB value is (179,89,158). Sum of RGB (Red+Green+Blue) = 179+89+158=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B3599E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3599E is #4CA661. Grayscale: #7B7B7B. Windows color (decimal): -5023330 or 10377651. OLE color: 10377651.

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

Color convert

RGB17989158-
CMYK00.500.120.30
HSL314º37.19%52.55%-
HSV(B)314º50.28%70.2%-
XYZ28.3319.234.56-
YUV123.78147.32167.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.02%
GREEN value IS 89 (35.16% from 255) = 20.89%
BLUE value IS 158 (62.11% from 255) = 37.09%
R=42.02%
G=20.89%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798915800.500.120.3031437.1952.55
HexB3599E032C1E13a2535
Octal26313123606214364724565
Binary101100111011001100111100110010110011110100111010100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3599E; }

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

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

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

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

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

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

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

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