#B15FAE

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

Shades of Violet Blue #B15FAE

Tints of Violet Blue #B15FAE

Color information

#B15FAE (or 0xB15FAE) is unknown color: approx Violet Blue. HEX triplet: B1, 5F and AE. RGB value is (177,95,174). Sum of RGB (Red+Green+Blue) = 177+95+174=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B15FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15FAE is #4EA051. Grayscale: #808080. Windows color (decimal): -5152850 or 11427761. OLE color: 11427761.

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

Color convert

RGB17795174-
CMYK00.460.020.31
HSL302.2º34.45%53.33%-
HSV(B)302.2º46.33%69.41%-
XYZ29.8620.5942.44-
YUV128.52153.67162.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.69%
GREEN value IS 95 (37.5% from 255) = 21.30%
BLUE value IS 174 (68.36% from 255) = 39.01%
R=39.69%
G=21.30%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779517400.460.020.31302.234.4553.33
HexB15FAE02E21F12e2235
Octal2611372560562374564265
Binary1011000110111111010111001011101011111100101110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15FAE; }

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

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

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

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

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

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

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

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