#B15EAE

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

Shades of Violet Blue #B15EAE

Tints of Violet Blue #B15EAE

Color information

#B15EAE (or 0xB15EAE) is unknown color: approx Violet Blue. HEX triplet: B1, 5E and AE. RGB value is (177,94,174). Sum of RGB (Red+Green+Blue) = 177+94+174=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B15EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15EAE is #4EA151. Grayscale: #7F7F7F. Windows color (decimal): -5153106 or 11427505. OLE color: 11427505.

HSL color Cylindrical-coordinate representation of color #B15EAE: hue angle of 302.17º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B15EAE is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17794174-
CMYK00.470.020.31
HSL302.17º34.73%53.14%-
HSV(B)302.17º46.89%69.41%-
XYZ29.7720.4142.41-
YUV127.94154163-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.78%
GREEN value IS 94 (37.11% from 255) = 21.12%
BLUE value IS 174 (68.36% from 255) = 39.10%
R=39.78%
G=21.12%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779417400.470.020.31302.1734.7353.14
HexB15EAE02F21F12e2335
Octal2611362560572374564365
Binary1011000110111101010111001011111011111100101110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15EAE; }

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

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

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

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

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

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

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

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