#B15AAC

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

Shades of Violet Blue #B15AAC

Tints of Violet Blue #B15AAC

Color information

#B15AAC (or 0xB15AAC) is unknown color: approx Violet Blue. HEX triplet: B1, 5A and AC. RGB value is (177,90,172). Sum of RGB (Red+Green+Blue) = 177+90+172=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B15AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15AAC is #4EA553. Grayscale: #7D7D7D. Windows color (decimal): -5154132 or 11295409. OLE color: 11295409.

HSL color Cylindrical-coordinate representation of color #B15AAC: hue angle of 303.45º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B15AAC is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17790172-
CMYK00.490.030.31
HSL303.45º35.8%52.35%-
HSV(B)303.45º49.15%69.41%-
XYZ29.2319.6441.28-
YUV125.36154.32164.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.32%
GREEN value IS 90 (35.55% from 255) = 20.50%
BLUE value IS 172 (67.58% from 255) = 39.18%
R=40.32%
G=20.50%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779017200.490.030.31303.4535.852.35
HexB15AAC03131F12f2434
Octal2611322540613374574464
Binary1011000110110101010110001100011111111100101111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15AAC; }

 p { color: rgb(177,90,172); }

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

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

 a { background-color: rgb(177,90,172); }

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

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

 span { border-color: rgb(177,90,172); }

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