#B35EAE

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

Shades of Violet Blue #B35EAE

Tints of Violet Blue #B35EAE

Color information

#B35EAE (or 0xB35EAE) is unknown color: approx Violet Blue. HEX triplet: B3, 5E and AE. RGB value is (179,94,174). Sum of RGB (Red+Green+Blue) = 179+94+174=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 94 (37.11% from 255 or 21.03% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 179 - color contains mainly: red. Hex color #B35EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35EAE is #4CA151. Grayscale: #808080. Windows color (decimal): -5022034 or 11427507. OLE color: 11427507.

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

Color convert

RGB17994174-
CMYK00.470.030.30
HSL303.53º35.86%53.53%-
HSV(B)303.53º47.49%70.2%-
XYZ30.2320.6542.44-
YUV128.54153.66164-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.04%
GREEN value IS 94 (37.11% from 255) = 21.03%
BLUE value IS 174 (68.36% from 255) = 38.93%
R=40.04%
G=21.03%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799417400.470.030.30303.5335.8653.53
HexB35EAE02F31E1302436
Octal2631362560573364604466
Binary1011001110111101010111001011111111110100110000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35EAE; }

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

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

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

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

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

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

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

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