#B16DAF

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

Shades of Violet Blue #B16DAF

Tints of Violet Blue #B16DAF

Color information

#B16DAF (or 0xB16DAF) is unknown color: approx Violet Blue. HEX triplet: B1, 6D and AF. RGB value is (177,109,175). Sum of RGB (Red+Green+Blue) = 177+109+175=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 177 - color contains mainly: red. Hex color #B16DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16DAF is #4E9250. Grayscale: #888888. Windows color (decimal): -5149265 or 11496881. OLE color: 11496881.

HSL color Cylindrical-coordinate representation of color #B16DAF: hue angle of 301.76º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B16DAF is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB177109175-
CMYK00.380.010.31
HSL301.76º30.36%56.08%-
HSV(B)301.76º38.42%69.41%-
XYZ31.3423.3843.42-
YUV136.86149.53156.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.39%
GREEN value IS 109 (42.97% from 255) = 23.64%
BLUE value IS 175 (68.75% from 255) = 37.96%
R=38.39%
G=23.64%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710917500.380.010.31301.7630.3656.08
HexB16DAF02611F12e1e38
Octal2611552570461374563670
Binary10110001110110110101111010011011111110010111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16DAF; }

 p { color: rgb(177,109,175); }

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

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

 a { background-color: rgb(177,109,175); }

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

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

 span { border-color: rgb(177,109,175); }

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