#B16CAE

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

Shades of Violet Blue #B16CAE

Tints of Violet Blue #B16CAE

Color information

#B16CAE (or 0xB16CAE) is unknown color: approx Violet Blue. HEX triplet: B1, 6C and AE. RGB value is (177,108,174). Sum of RGB (Red+Green+Blue) = 177+108+174=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 177 - color contains mainly: red. Hex color #B16CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16CAE is #4E9351. Grayscale: #878787. Windows color (decimal): -5149522 or 11431089. OLE color: 11431089.

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

Color convert

RGB177108174-
CMYK00.390.020.31
HSL302.61º30.67%55.88%-
HSV(B)302.61º38.98%69.41%-
XYZ31.1323.1342.87-
YUV136.16149.36157.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.56%
GREEN value IS 108 (42.58% from 255) = 23.53%
BLUE value IS 174 (68.36% from 255) = 37.91%
R=38.56%
G=23.53%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710817400.390.020.31302.6130.6755.88
HexB16CAE02721F12f1f38
Octal2611542560472374573770
Binary101100011101100101011100100111101111110010111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16CAE; }

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

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

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

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

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

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

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

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