#B1599B

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

Shades of Violet Blue #B1599B

Tints of Violet Blue #B1599B

Color information

#B1599B (or 0xB1599B) is unknown color: approx Violet Blue. HEX triplet: B1, 59 and 9B. RGB value is (177,89,155). Sum of RGB (Red+Green+Blue) = 177+89+155=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B1599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1599B is #4EA664. Grayscale: #7A7A7A. Windows color (decimal): -5154405 or 10181041. OLE color: 10181041.

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

Color convert

RGB17789155-
CMYK00.500.120.31
HSL315º36.07%52.16%-
HSV(B)315º49.72%69.41%-
XYZ27.6218.8633.19-
YUV122.84146.15166.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.04%
GREEN value IS 89 (35.16% from 255) = 21.14%
BLUE value IS 155 (60.94% from 255) = 36.82%
R=42.04%
G=21.14%
B=36.82%

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
Decimal1778915500.500.120.3131536.0752.16
HexB1599B032C1F13b2434
Octal26113123306214374734464
Binary101100011011001100110110110010110011111100111011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1599B; }

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

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

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

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

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

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

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

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