#B1579F

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

Shades of Violet Blue #B1579F

Tints of Violet Blue #B1579F

Color information

#B1579F (or 0xB1579F) is unknown color: approx Violet Blue. HEX triplet: B1, 57 and 9F. RGB value is (177,87,159). Sum of RGB (Red+Green+Blue) = 177+87+159=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B1579F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1579F is #4EA860. Grayscale: #797979. Windows color (decimal): -5154913 or 10442673. OLE color: 10442673.

HSL color Cylindrical-coordinate representation of color #B1579F: hue angle of 312º degrees, saturation: 0.37, 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 #B1579F is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB17787159-
CMYK00.510.100.31
HSL312º36.59%51.76%-
HSV(B)312º50.85%69.41%-
XYZ27.818.6734.94-
YUV122.12148.82167.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.84%
GREEN value IS 87 (34.38% from 255) = 20.57%
BLUE value IS 159 (62.5% from 255) = 37.59%
R=41.84%
G=20.57%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778715900.510.100.3131236.5951.76
HexB1579F033A1F1382534
Octal26112723706312374704564
Binary101100011010111100111110110011101011111100111000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1579F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1579F; }

 p { color: rgb(177,87,159); }

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

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

 a { background-color: rgb(177,87,159); }

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

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

 span { border-color: rgb(177,87,159); }

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