#B1579A

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

Shades of Violet Blue #B1579A

Tints of Violet Blue #B1579A

Color information

#B1579A (or 0xB1579A) is unknown color: approx Violet Blue. HEX triplet: B1, 57 and 9A. RGB value is (177,87,154). Sum of RGB (Red+Green+Blue) = 177+87+154=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B1579A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1579A is #4EA865. Grayscale: #797979. Windows color (decimal): -5154918 or 10114993. OLE color: 10114993.

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

Color convert

RGB17787154-
CMYK00.510.130.31
HSL315.33º36.59%51.76%-
HSV(B)315.33º50.85%69.41%-
XYZ27.3718.532.7-
YUV121.55146.32167.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.34%
GREEN value IS 87 (34.38% from 255) = 20.81%
BLUE value IS 154 (60.55% from 255) = 36.84%
R=42.34%
G=20.81%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778715400.510.130.31315.3336.5951.76
HexB1579A033D1F13b2534
Octal26112723206315374734564
Binary101100011010111100110100110011110111111100111011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1579A; }

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

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

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

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

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

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

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

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