#B16DAD

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

Shades of Violet Blue #B16DAD

Tints of Violet Blue #B16DAD

Color information

#B16DAD (or 0xB16DAD) is unknown color: approx Violet Blue. HEX triplet: B1, 6D and AD. RGB value is (177,109,173). Sum of RGB (Red+Green+Blue) = 177+109+173=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 177 - color contains mainly: red. Hex color #B16DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16DAD is #4E9252. Grayscale: #888888. Windows color (decimal): -5149267 or 11365809. OLE color: 11365809.

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

Color convert

RGB177109173-
CMYK00.380.020.31
HSL303.53º30.36%56.08%-
HSV(B)303.53º38.42%69.41%-
XYZ31.1423.342.39-
YUV136.63148.53156.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.56%
GREEN value IS 109 (42.97% from 255) = 23.75%
BLUE value IS 173 (67.97% from 255) = 37.69%
R=38.56%
G=23.75%
B=37.69%

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
Decimal17710917300.380.020.31303.5330.3656.08
HexB16DAD02621F1301e38
Octal2611552550462374603670
Binary101100011101101101011010100110101111110011000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16DAD; }

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

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

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

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

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

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

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

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