#B36AAE

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

Shades of Violet Blue #B36AAE

Tints of Violet Blue #B36AAE

Color information

#B36AAE (or 0xB36AAE) is unknown color: approx Violet Blue. HEX triplet: B3, 6A and AE. RGB value is (179,106,174). Sum of RGB (Red+Green+Blue) = 179+106+174=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 179 - color contains mainly: red. Hex color #B36AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36AAE is #4C9551. Grayscale: #878787. Windows color (decimal): -5018962 or 11430579. OLE color: 11430579.

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

Color convert

RGB179106174-
CMYK00.410.030.30
HSL304.11º32.44%55.88%-
HSV(B)304.11º40.78%70.2%-
XYZ31.3822.9542.82-
YUV135.58149.68158.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.00%
GREEN value IS 106 (41.80% from 255) = 23.09%
BLUE value IS 174 (68.36% from 255) = 37.91%
R=39.00%
G=23.09%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910617400.410.030.30304.1132.4455.88
HexB36AAE02931E1302038
Octal2631522560513364604070
Binary1011001111010101010111001010011111110100110000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36AAE; }

 p { color: rgb(179,106,174); }

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

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

 a { background-color: rgb(179,106,174); }

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

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

 span { border-color: rgb(179,106,174); }

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