#B16DA9

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

Shades of Violet Blue #B16DA9

Tints of Violet Blue #B16DA9

Color information

#B16DA9 (or 0xB16DA9) is unknown color: approx Violet Blue. HEX triplet: B1, 6D and A9. RGB value is (177,109,169). Sum of RGB (Red+Green+Blue) = 177+109+169=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 169 (66.41% from 255 or 37.14% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B16DA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16DA9 is #4E9256. Grayscale: #888888. Windows color (decimal): -5149271 or 11103665. OLE color: 11103665.

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

Color convert

RGB177109169-
CMYK00.380.050.31
HSL307.06º30.36%56.08%-
HSV(B)307.06º38.42%69.41%-
XYZ30.7623.1540.38-
YUV136.17146.53157.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.90%
GREEN value IS 109 (42.97% from 255) = 23.96%
BLUE value IS 169 (66.41% from 255) = 37.14%
R=38.90%
G=23.96%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710916900.380.050.31307.0630.3656.08
HexB16DA902651F1331e38
Octal2611552510465374633670
Binary1011000111011011010100101001101011111110011001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16DA9; }

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

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

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

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

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

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

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

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