#B1559B

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

Shades of Violet Blue #B1559B

Tints of Violet Blue #B1559B

Color information

#B1559B (or 0xB1559B) is unknown color: approx Violet Blue. HEX triplet: B1, 55 and 9B. RGB value is (177,85,155). Sum of RGB (Red+Green+Blue) = 177+85+155=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1559B is #4EAA64. Grayscale: #787878. Windows color (decimal): -5155429 or 10180017. OLE color: 10180017.

HSL color Cylindrical-coordinate representation of color #B1559B: hue angle of 314.35º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B1559B is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB17785155-
CMYK00.520.120.31
HSL314.35º37.1%51.37%-
HSV(B)314.35º51.98%69.41%-
XYZ27.318.2133.09-
YUV120.49147.48168.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 85 (33.59% from 255) = 20.38%
BLUE value IS 155 (60.94% from 255) = 37.17%
R=42.45%
G=20.38%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778515500.520.120.31314.3537.151.37
HexB1559B034C1F13a2533
Octal26112523306414374724563
Binary101100011010101100110110110100110011111100111010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1559B; }

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

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

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

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

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

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

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

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