#B3579E

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

Shades of Violet Blue #B3579E

Tints of Violet Blue #B3579E

Color information

#B3579E (or 0xB3579E) is unknown color: approx Violet Blue. HEX triplet: B3, 57 and 9E. RGB value is (179,87,158). Sum of RGB (Red+Green+Blue) = 179+87+158=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B3579E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3579E is #4CA861. Grayscale: #7A7A7A. Windows color (decimal): -5023842 or 10377139. OLE color: 10377139.

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

Color convert

RGB17987158-
CMYK00.510.120.30
HSL313.7º37.7%52.16%-
HSV(B)313.7º51.4%70.2%-
XYZ28.1718.8734.51-
YUV122.6147.98168.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.22%
GREEN value IS 87 (34.38% from 255) = 20.52%
BLUE value IS 158 (62.11% from 255) = 37.26%
R=42.22%
G=20.52%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798715800.510.120.30313.737.752.16
HexB3579E033C1E13a2634
Octal26312723606314364724664
Binary101100111010111100111100110011110011110100111010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3579E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3579E; }

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

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

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

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

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

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

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

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