#B16EB1

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

Shades of Violet Blue #B16EB1

Tints of Violet Blue #B16EB1

Color information

#B16EB1 (or 0xB16EB1) is unknown color: approx Violet Blue. HEX triplet: B1, 6E and B1. RGB value is (177,110,177). Sum of RGB (Red+Green+Blue) = 177+110+177=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B16EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16EB1 is #4E914E. Grayscale: #898989. Windows color (decimal): -5149007 or 11628209. OLE color: 11628209.

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

Color convert

RGB177110177-
CMYK00.3800.31
HSL300º30.04%56.27%-
HSV(B)300º37.85%69.41%-
XYZ31.6423.6744.5-
YUV137.67150.2156.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.15%
GREEN value IS 110 (43.36% from 255) = 23.71%
BLUE value IS 177 (69.53% from 255) = 38.15%
R=38.15%
G=23.71%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711017700.3800.3130030.0456.27
HexB16EB102601F12c1e38
Octal2611562610460374543670
Binary10110001110111010110001010011001111110010110011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16EB1; }

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

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

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

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

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

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

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

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