#B0579A

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

Shades of Violet Blue #B0579A

Tints of Violet Blue #B0579A

Color information

#B0579A (or 0xB0579A) is unknown color: approx Violet Blue. HEX triplet: B0, 57 and 9A. RGB value is (176,87,154). Sum of RGB (Red+Green+Blue) = 176+87+154=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0579A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0579A is #4FA865. Grayscale: #797979. Windows color (decimal): -5220454 or 10114992. OLE color: 10114992.

HSL color Cylindrical-coordinate representation of color #B0579A: hue angle of 314.83º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0579A is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB17687154-
CMYK00.510.120.31
HSL314.83º36.03%51.57%-
HSV(B)314.83º50.57%69.02%-
XYZ27.1518.3832.69-
YUV121.25146.49167.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 87 (34.38% from 255) = 20.86%
BLUE value IS 154 (60.55% from 255) = 36.93%
R=42.21%
G=20.86%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768715400.510.120.31314.8336.0351.57
HexB0579A033C1F13b2434
Octal26012723206314374734464
Binary101100001010111100110100110011110011111100111011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0579A; }

 p { color: rgb(176,87,154); }

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

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

 a { background-color: rgb(176,87,154); }

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

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

 span { border-color: rgb(176,87,154); }

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