#B1589C

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

Shades of Violet Blue #B1589C

Tints of Violet Blue #B1589C

Color information

#B1589C (or 0xB1589C) is unknown color: approx Violet Blue. HEX triplet: B1, 58 and 9C. RGB value is (177,88,156). Sum of RGB (Red+Green+Blue) = 177+88+156=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B1589C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1589C is #4EA763. Grayscale: #7A7A7A. Windows color (decimal): -5154660 or 10246321. OLE color: 10246321.

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

Color convert

RGB17788156-
CMYK00.500.120.31
HSL314.16º36.33%51.96%-
HSV(B)314.16º50.28%69.41%-
XYZ27.6218.7333.61-
YUV122.36146.99166.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.04%
GREEN value IS 88 (34.77% from 255) = 20.90%
BLUE value IS 156 (61.33% from 255) = 37.05%
R=42.04%
G=20.90%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778815600.500.120.31314.1636.3351.96
HexB1589C032C1F13a2434
Octal26113023406214374724464
Binary101100011011000100111000110010110011111100111010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1589C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1589C; }

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

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

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

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

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

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

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

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