#B16EAD

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

Shades of Violet Blue #B16EAD

Tints of Violet Blue #B16EAD

Color information

#B16EAD (or 0xB16EAD) is unknown color: approx Violet Blue. HEX triplet: B1, 6E and AD. RGB value is (177,110,173). Sum of RGB (Red+Green+Blue) = 177+110+173=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 177 - color contains mainly: red. Hex color #B16EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16EAD is #4E9152. Grayscale: #898989. Windows color (decimal): -5149011 or 11366065. OLE color: 11366065.

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

Color convert

RGB177110173-
CMYK00.380.020.31
HSL303.58º30.04%56.27%-
HSV(B)303.58º37.85%69.41%-
XYZ31.2523.5242.43-
YUV137.22148.2156.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.48%
GREEN value IS 110 (43.36% from 255) = 23.91%
BLUE value IS 173 (67.97% from 255) = 37.61%
R=38.48%
G=23.91%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711017300.380.020.31303.5830.0456.27
HexB16EAD02621F1301e38
Octal2611562550462374603670
Binary101100011101110101011010100110101111110011000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16EAD; }

 p { color: rgb(177,110,173); }

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

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

 a { background-color: rgb(177,110,173); }

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

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

 span { border-color: rgb(177,110,173); }

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