#B36FAD

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

Shades of Violet Blue #B36FAD

Tints of Violet Blue #B36FAD

Color information

#B36FAD (or 0xB36FAD) is unknown color: approx Violet Blue. HEX triplet: B3, 6F and AD. RGB value is (179,111,173). Sum of RGB (Red+Green+Blue) = 179+111+173=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 179 - color contains mainly: red. Hex color #B36FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36FAD is #4C9052. Grayscale: #8A8A8A. Windows color (decimal): -5017683 or 11366323. OLE color: 11366323.

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

Color convert

RGB179111173-
CMYK00.380.030.30
HSL305.29º30.91%56.86%-
HSV(B)305.29º37.99%70.2%-
XYZ31.8223.9742.48-
YUV138.4147.53156.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.66%
GREEN value IS 111 (43.75% from 255) = 23.97%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=38.66%
G=23.97%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911117300.380.030.30305.2930.9156.86
HexB36FAD02631E1311f39
Octal2631572550463364613771
Binary101100111101111101011010100110111111010011000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36FAD; }

 p { color: rgb(179,111,173); }

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

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

 a { background-color: rgb(179,111,173); }

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

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

 span { border-color: rgb(179,111,173); }

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