#B1569E

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

Shades of Violet Blue #B1569E

Tints of Violet Blue #B1569E

Color information

#B1569E (or 0xB1569E) is unknown color: approx Violet Blue. HEX triplet: B1, 56 and 9E. RGB value is (177,86,158). Sum of RGB (Red+Green+Blue) = 177+86+158=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B1569E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1569E is #4EA961. Grayscale: #797979. Windows color (decimal): -5155170 or 10376881. OLE color: 10376881.

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

Color convert

RGB17786158-
CMYK00.510.110.31
HSL312.53º36.84%51.57%-
HSV(B)312.53º51.41%69.41%-
XYZ27.6318.4734.46-
YUV121.42148.65167.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.04%
GREEN value IS 86 (33.98% from 255) = 20.43%
BLUE value IS 158 (62.11% from 255) = 37.53%
R=42.04%
G=20.43%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778615800.510.110.31312.5336.8451.57
HexB1569E033B1F1392534
Octal26112623606313374714564
Binary101100011010110100111100110011101111111100111001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1569E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1569E; }

 p { color: rgb(177,86,158); }

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

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

 a { background-color: rgb(177,86,158); }

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

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

 span { border-color: rgb(177,86,158); }

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