#B36EAC

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

Shades of Violet Blue #B36EAC

Tints of Violet Blue #B36EAC

Color information

#B36EAC (or 0xB36EAC) is unknown color: approx Violet Blue. HEX triplet: B3, 6E and AC. RGB value is (179,110,172). Sum of RGB (Red+Green+Blue) = 179+110+172=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 179 - color contains mainly: red. Hex color #B36EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36EAC is #4C9153. Grayscale: #898989. Windows color (decimal): -5017940 or 11300531. OLE color: 11300531.

HSL color Cylindrical-coordinate representation of color #B36EAC: hue angle of 306.09º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B36EAC is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB179110172-
CMYK00.390.040.30
HSL306.09º31.22%56.67%-
HSV(B)306.09º38.55%70.2%-
XYZ31.6123.7141.94-
YUV137.7147.36157.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.83%
GREEN value IS 110 (43.36% from 255) = 23.86%
BLUE value IS 172 (67.58% from 255) = 37.31%
R=38.83%
G=23.86%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911017200.390.040.30306.0931.2256.67
HexB36EAC02741E1321f39
Octal2631562540474364623771
Binary1011001111011101010110001001111001111010011001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36EAC; }

 p { color: rgb(179,110,172); }

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

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

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

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

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

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

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