#B171B6

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

Shades of Violet Blue #B171B6

Tints of Violet Blue #B171B6

Color information

#B171B6 (or 0xB171B6) is unknown color: approx Violet Blue. HEX triplet: B1, 71 and B6. RGB value is (177,113,182). Sum of RGB (Red+Green+Blue) = 177+113+182=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 182 (71.48% from 255 or 38.56% from 472); Max value from RGB is 182 - color contains mainly: blue. Hex color #B171B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B171B6 is #4E8E49. Grayscale: #8B8B8B. Windows color (decimal): -5148234 or 11956657. OLE color: 11956657.

HSL color Cylindrical-coordinate representation of color #B171B6: hue angle of 295.65º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B171B6 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB177113182-
CMYK0.030.3800.29
HSL295.65º32.09%57.84%-
HSV(B)295.65º37.91%71.37%-
XYZ32.4824.5347.28-
YUV140151.7154.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.5%
GREEN value IS 113 (44.53% from 255) = 23.94%
BLUE value IS 182 (71.48% from 255) = 38.56%
R=37.5%
G=23.94%
B=38.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771131820.030.3800.29295.6532.0957.84
HexB171B632601D128203a
Octal2611612663460354504072
Binary1011000111100011011011011100110011101100101000100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B171B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B171B6; }

 p { color: rgb(177,113,182); }

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

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

 a { background-color: rgb(177,113,182); }

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

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

 span { border-color: rgb(177,113,182); }

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