#B48AC2

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

Shades of East Side #B48AC2

Tints of East Side #B48AC2

Color information

#B48AC2 (or 0xB48AC2) is unknown color: approx East Side. HEX triplet: B4, 8A and C2. RGB value is (180,138,194). Sum of RGB (Red+Green+Blue) = 180+138+194=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 194 - color contains mainly: blue. Hex color #B48AC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48AC2 is #4B753D. Grayscale: #9C9C9C. Windows color (decimal): -4945214 or 12749492. OLE color: 12749492.

HSL color Cylindrical-coordinate representation of color #B48AC2: hue angle of 285º degrees, saturation: 0.31, 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 #B48AC2 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB180138194-
CMYK0.070.2900.24
HSL285º31.46%65.1%-
HSV(B)285º28.87%76.08%-
XYZ37.6531.7855.19-
YUV156.94148.91144.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.16%
GREEN value IS 138 (54.30% from 255) = 26.95%
BLUE value IS 194 (76.17% from 255) = 37.89%
R=35.16%
G=26.95%
B=37.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801381940.070.2900.2428531.4665.1
HexB48AC271D01811d1f41
Octal26421230273503043537101
Binary10110100100010101100001011111101011000100011101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48AC2; }

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

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

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

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

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

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

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

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