#B1589A

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

Shades of Violet Blue #B1589A

Tints of Violet Blue #B1589A

Color information

#B1589A (or 0xB1589A) is unknown color: approx Violet Blue. HEX triplet: B1, 58 and 9A. RGB value is (177,88,154). Sum of RGB (Red+Green+Blue) = 177+88+154=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B1589A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1589A is #4EA765. Grayscale: #797979. Windows color (decimal): -5154662 or 10115249. OLE color: 10115249.

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

Color convert

RGB17788154-
CMYK00.500.130.31
HSL315.51º36.33%51.96%-
HSV(B)315.51º50.28%69.41%-
XYZ27.4518.6632.73-
YUV122.14145.99167.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.24%
GREEN value IS 88 (34.77% from 255) = 21.00%
BLUE value IS 154 (60.55% from 255) = 36.75%
R=42.24%
G=21.00%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778815400.500.130.31315.5136.3351.96
HexB1589A032D1F13c2434
Octal26113023206215374744464
Binary101100011011000100110100110010110111111100111100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1589A; }

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

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

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

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

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

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

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

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