#B48AC3

Color #B48AC3 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B48AC3

Tints of East Side #B48AC3

Color information

#B48AC3 (or 0xB48AC3) is unknown color: approx East Side. HEX triplet: B4, 8A and C3. RGB value is (180,138,195). Sum of RGB (Red+Green+Blue) = 180+138+195=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 195 - color contains mainly: blue. Hex color #B48AC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48AC3 is #4B753C. Grayscale: #9C9C9C. Windows color (decimal): -4945213 or 12815028. OLE color: 12815028.

HSL color Cylindrical-coordinate representation of color #B48AC3: hue angle of 284.21º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B48AC3 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB180138195-
CMYK0.080.2900.24
HSL284.21º32.2%65.29%-
HSV(B)284.21º29.23%76.47%-
XYZ37.7631.8255.78-
YUV157.06149.41144.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.09%
GREEN value IS 138 (54.30% from 255) = 26.90%
BLUE value IS 195 (76.56% from 255) = 38.01%
R=35.09%
G=26.90%
B=38.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801381950.080.2900.24284.2132.265.29
HexB48AC381D01811c2041
Octal264212303103503043440101
Binary1011010010001010110000111000111010110001000111001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48AC3; }

 p { color: rgb(180,138,195); }

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

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

 a { background-color: rgb(180,138,195); }

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

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

 span { border-color: rgb(180,138,195); }

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