#B364AE

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

Shades of Violet Blue #B364AE

Tints of Violet Blue #B364AE

Color information

#B364AE (or 0xB364AE) is unknown color: approx Violet Blue. HEX triplet: B3, 64 and AE. RGB value is (179,100,174). Sum of RGB (Red+Green+Blue) = 179+100+174=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B364AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B364AE is #4C9B51. Grayscale: #838383. Windows color (decimal): -5020498 or 11429043. OLE color: 11429043.

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

Color convert

RGB179100174-
CMYK00.440.030.30
HSL303.8º34.2%54.71%-
HSV(B)303.8º44.13%70.2%-
XYZ30.7921.7542.62-
YUV132.06151.67161.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.51%
GREEN value IS 100 (39.45% from 255) = 22.08%
BLUE value IS 174 (68.36% from 255) = 38.41%
R=39.51%
G=22.08%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910017400.440.030.30303.834.254.71
HexB364AE02C31E1302237
Octal2631442560543364604267
Binary1011001111001001010111001011001111110100110000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B364AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B364AE; }

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

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

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

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

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

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

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

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