#B1569F

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

Shades of Violet Blue #B1569F

Tints of Violet Blue #B1569F

Color information

#B1569F (or 0xB1569F) is unknown color: approx Violet Blue. HEX triplet: B1, 56 and 9F. RGB value is (177,86,159). Sum of RGB (Red+Green+Blue) = 177+86+159=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B1569F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1569F is #4EA960. Grayscale: #797979. Windows color (decimal): -5155169 or 10442417. OLE color: 10442417.

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

Color convert

RGB17786159-
CMYK00.510.100.31
HSL311.87º36.84%51.57%-
HSV(B)311.87º51.41%69.41%-
XYZ27.7218.5134.91-
YUV121.53149.15167.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.94%
GREEN value IS 86 (33.98% from 255) = 20.38%
BLUE value IS 159 (62.5% from 255) = 37.68%
R=41.94%
G=20.38%
B=37.68%

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
Decimal1778615900.510.100.31311.8736.8451.57
HexB1569F033A1F1382534
Octal26112623706312374704564
Binary101100011010110100111110110011101011111100111000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1569F; }

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

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

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

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

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

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

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

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