#B1599C

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

Shades of Violet Blue #B1599C

Tints of Violet Blue #B1599C

Color information

#B1599C (or 0xB1599C) is unknown color: approx Violet Blue. HEX triplet: B1, 59 and 9C. RGB value is (177,89,156). Sum of RGB (Red+Green+Blue) = 177+89+156=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B1599C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1599C is #4EA663. Grayscale: #7A7A7A. Windows color (decimal): -5154404 or 10246577. OLE color: 10246577.

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

Color convert

RGB17789156-
CMYK00.500.120.31
HSL314.32º36.07%52.16%-
HSV(B)314.32º49.72%69.41%-
XYZ27.718.8933.64-
YUV122.95146.65166.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.94%
GREEN value IS 89 (35.16% from 255) = 21.09%
BLUE value IS 156 (61.33% from 255) = 36.97%
R=41.94%
G=21.09%
B=36.97%

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
Decimal1778915600.500.120.31314.3236.0752.16
HexB1599C032C1F13a2434
Octal26113123406214374724464
Binary101100011011001100111000110010110011111100111010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1599C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1599C; }

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

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

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

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

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

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

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

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