#B15CAE

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

Shades of Violet Blue #B15CAE

Tints of Violet Blue #B15CAE

Color information

#B15CAE (or 0xB15CAE) is unknown color: approx Violet Blue. HEX triplet: B1, 5C and AE. RGB value is (177,92,174). Sum of RGB (Red+Green+Blue) = 177+92+174=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B15CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15CAE is #4EA351. Grayscale: #7E7E7E. Windows color (decimal): -5153618 or 11426993. OLE color: 11426993.

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

Color convert

RGB17792174-
CMYK00.480.020.31
HSL302.12º35.27%52.75%-
HSV(B)302.12º48.02%69.41%-
XYZ29.620.0642.36-
YUV126.76154.66163.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 92 (36.33% from 255) = 20.77%
BLUE value IS 174 (68.36% from 255) = 39.28%
R=39.95%
G=20.77%
B=39.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779217400.480.020.31302.1235.2752.75
HexB15CAE03021F12e2335
Octal2611342560602374564365
Binary1011000110111001010111001100001011111100101110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15CAE; }

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

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

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

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

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

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

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

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