#B36AAA

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

Shades of Violet Blue #B36AAA

Tints of Violet Blue #B36AAA

Color information

#B36AAA (or 0xB36AAA) is unknown color: approx Violet Blue. HEX triplet: B3, 6A and AA. RGB value is (179,106,170). Sum of RGB (Red+Green+Blue) = 179+106+170=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B36AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36AAA is #4C9555. Grayscale: #868686. Windows color (decimal): -5018966 or 11168435. OLE color: 11168435.

HSL color Cylindrical-coordinate representation of color #B36AAA: hue angle of 307.4º 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 #B36AAA is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB179106170-
CMYK00.410.050.30
HSL307.4º32.44%55.88%-
HSV(B)307.4º40.78%70.2%-
XYZ3122.7940.8-
YUV135.12147.68159.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.34%
GREEN value IS 106 (41.80% from 255) = 23.30%
BLUE value IS 170 (66.80% from 255) = 37.36%
R=39.34%
G=23.30%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910617000.410.050.30307.432.4455.88
HexB36AAA02951E1332038
Octal2631522520515364634070
Binary10110011110101010101010010100110111110100110011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36AAA; }

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

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

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

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

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

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

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

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