#B48AC0

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

Shades of East Side #B48AC0

Tints of East Side #B48AC0

Color information

#B48AC0 (or 0xB48AC0) is unknown color: approx East Side. HEX triplet: B4, 8A and C0. RGB value is (180,138,192). Sum of RGB (Red+Green+Blue) = 180+138+192=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 192 - color contains mainly: blue. Hex color #B48AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48AC0 is #4B753F. Grayscale: #9C9C9C. Windows color (decimal): -4945216 or 12618420. OLE color: 12618420.

HSL color Cylindrical-coordinate representation of color #B48AC0: hue angle of 286.67º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B48AC0 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180138192-
CMYK0.060.2800.25
HSL286.67º30%64.71%-
HSV(B)286.67º28.12%75.29%-
XYZ37.4331.6954.01-
YUV156.71147.91144.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.29%
GREEN value IS 138 (54.30% from 255) = 27.06%
BLUE value IS 192 (75.39% from 255) = 37.65%
R=35.29%
G=27.06%
B=37.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801381920.060.2800.25286.673064.71
HexB48AC061C01911f1e41
Octal26421230063403143736101
Binary10110100100010101100000011011100011001100011111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48AC0; }

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

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

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

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

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

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

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

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