#B48ABE

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

Shades of East Side #B48ABE

Tints of East Side #B48ABE

Color information

#B48ABE (or 0xB48ABE) is unknown color: approx East Side. HEX triplet: B4, 8A and BE. RGB value is (180,138,190). Sum of RGB (Red+Green+Blue) = 180+138+190=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #B48ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48ABE is #4B7541. Grayscale: #9C9C9C. Windows color (decimal): -4945218 or 12487348. OLE color: 12487348.

HSL color Cylindrical-coordinate representation of color #B48ABE: hue angle of 288.46º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B48ABE is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180138190-
CMYK0.050.2700.25
HSL288.46º28.57%64.31%-
HSV(B)288.46º27.37%74.51%-
XYZ37.2131.652.85-
YUV156.49146.91144.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.43%
GREEN value IS 138 (54.30% from 255) = 27.17%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=35.43%
G=27.17%
B=37.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801381900.050.2700.25288.4628.5764.31
HexB48ABE51B0191201d40
Octal26421227653303144035100
Binary10110100100010101011111010111011011001100100000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48ABE; }

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

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

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

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

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

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

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

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