#B36AA8

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

Shades of Violet Blue #B36AA8

Tints of Violet Blue #B36AA8

Color information

#B36AA8 (or 0xB36AA8) is unknown color: approx Violet Blue. HEX triplet: B3, 6A and A8. RGB value is (179,106,168). Sum of RGB (Red+Green+Blue) = 179+106+168=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B36AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36AA8 is #4C9557. Grayscale: #868686. Windows color (decimal): -5018968 or 11037363. OLE color: 11037363.

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

Color convert

RGB179106168-
CMYK00.410.060.30
HSL309.04º32.44%55.88%-
HSV(B)309.04º40.78%70.2%-
XYZ30.8122.7239.81-
YUV134.89146.68159.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.51%
GREEN value IS 106 (41.80% from 255) = 23.40%
BLUE value IS 168 (66.02% from 255) = 37.09%
R=39.51%
G=23.40%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910616800.410.060.30309.0432.4455.88
HexB36AA802961E1352038
Octal2631522500516364654070
Binary10110011110101010101000010100111011110100110101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36AA8; }

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

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

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

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

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

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

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

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