#B36FAE

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

Shades of Violet Blue #B36FAE

Tints of Violet Blue #B36FAE

Color information

#B36FAE (or 0xB36FAE) is unknown color: approx Violet Blue. HEX triplet: B3, 6F and AE. RGB value is (179,111,174). Sum of RGB (Red+Green+Blue) = 179+111+174=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 179 - color contains mainly: red. Hex color #B36FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36FAE is #4C9051. Grayscale: #8A8A8A. Windows color (decimal): -5017682 or 11431859. OLE color: 11431859.

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

Color convert

RGB179111174-
CMYK00.380.030.30
HSL304.41º30.91%56.86%-
HSV(B)304.41º37.99%70.2%-
XYZ31.9124.0143-
YUV138.51148.03156.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.58%
GREEN value IS 111 (43.75% from 255) = 23.92%
BLUE value IS 174 (68.36% from 255) = 37.5%
R=38.58%
G=23.92%
B=37.5%

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
Decimal17911117400.380.030.30304.4130.9156.86
HexB36FAE02631E1301f39
Octal2631572560463364603771
Binary101100111101111101011100100110111111010011000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36FAE; }

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

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

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

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

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

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

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

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