#B16BB3

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

Shades of Violet Blue #B16BB3

Tints of Violet Blue #B16BB3

Color information

#B16BB3 (or 0xB16BB3) is unknown color: approx Violet Blue. HEX triplet: B1, 6B and B3. RGB value is (177,107,179). Sum of RGB (Red+Green+Blue) = 177+107+179=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 179 - color contains mainly: blue. Hex color #B16BB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16BB3 is #4E944C. Grayscale: #878787. Windows color (decimal): -5149773 or 11758513. OLE color: 11758513.

HSL color Cylindrical-coordinate representation of color #B16BB3: hue angle of 298.33º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B16BB3 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB177107179-
CMYK0.010.4000.30
HSL298.33º32.14%56.08%-
HSV(B)298.33º40.22%70.2%-
XYZ31.5323.1245.45-
YUV136.14152.19157.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.23%
GREEN value IS 107 (42.19% from 255) = 23.11%
BLUE value IS 179 (70.31% from 255) = 38.66%
R=38.23%
G=23.11%
B=38.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1771071790.010.4000.30298.3332.1456.08
HexB16BB312801E12a2038
Octal2611532631500364524070
Binary101100011101011101100111101000011110100101010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16BB3; }

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

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

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

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

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

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

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

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