#B16AB4

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

Shades of Violet Blue #B16AB4

Tints of Violet Blue #B16AB4

Color information

#B16AB4 (or 0xB16AB4) is unknown color: approx Violet Blue. HEX triplet: B1, 6A and B4. RGB value is (177,106,180). Sum of RGB (Red+Green+Blue) = 177+106+180=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 180 - color contains mainly: blue. Hex color #B16AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16AB4 is #4E954B. Grayscale: #878787. Windows color (decimal): -5150028 or 11823793. OLE color: 11823793.

HSL color Cylindrical-coordinate representation of color #B16AB4: hue angle of 297.57º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B16AB4 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB177106180-
CMYK0.020.4100.29
HSL297.57º33.04%56.08%-
HSV(B)297.57º41.11%70.59%-
XYZ31.5222.9545.95-
YUV135.66153.02157.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.23%
GREEN value IS 106 (41.80% from 255) = 22.89%
BLUE value IS 180 (70.70% from 255) = 38.88%
R=38.23%
G=22.89%
B=38.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771061800.020.4100.29297.5733.0456.08
HexB16AB422901D12a2138
Octal2611522642510354524170
Binary1011000111010101011010010101001011101100101010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16AB4; }

 p { color: rgb(177,106,180); }

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

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

 a { background-color: rgb(177,106,180); }

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

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

 span { border-color: rgb(177,106,180); }

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