#B16BAD

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

Shades of Violet Blue #B16BAD

Tints of Violet Blue #B16BAD

Color information

#B16BAD (or 0xB16BAD) is unknown color: approx Violet Blue. HEX triplet: B1, 6B and AD. RGB value is (177,107,173). Sum of RGB (Red+Green+Blue) = 177+107+173=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B16BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16BAD is #4E9452. Grayscale: #878787. Windows color (decimal): -5149779 or 11365297. OLE color: 11365297.

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

Color convert

RGB177107173-
CMYK00.400.020.31
HSL303.43º30.97%55.69%-
HSV(B)303.43º39.55%69.41%-
XYZ30.9322.8842.32-
YUV135.45149.19157.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.73%
GREEN value IS 107 (42.19% from 255) = 23.41%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=38.73%
G=23.41%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710717300.400.020.31303.4330.9755.69
HexB16BAD02821F12f1f38
Octal2611532550502374573770
Binary101100011101011101011010101000101111110010111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16BAD; }

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

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

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

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

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

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

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

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