#B16CA6

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

Shades of Violet Blue #B16CA6

Tints of Violet Blue #B16CA6

Color information

#B16CA6 (or 0xB16CA6) is unknown color: approx Violet Blue. HEX triplet: B1, 6C and A6. RGB value is (177,108,166). Sum of RGB (Red+Green+Blue) = 177+108+166=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 166 (65.23% from 255 or 36.81% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B16CA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16CA6 is #4E9359. Grayscale: #878787. Windows color (decimal): -5149530 or 10906801. OLE color: 10906801.

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

Color convert

RGB177108166-
CMYK00.390.060.31
HSL309.57º30.67%55.88%-
HSV(B)309.57º38.98%69.41%-
XYZ30.3822.8338.88-
YUV135.24145.36157.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.25%
GREEN value IS 108 (42.58% from 255) = 23.95%
BLUE value IS 166 (65.23% from 255) = 36.81%
R=39.25%
G=23.95%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710816600.390.060.31309.5730.6755.88
HexB16CA602761F1361f38
Octal2611542460476374663770
Binary1011000111011001010011001001111101111110011011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16CA6; }

 p { color: rgb(177,108,166); }

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

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

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

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

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

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

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