#B48ABD

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

Shades of East Side #B48ABD

Tints of East Side #B48ABD

Color information

#B48ABD (or 0xB48ABD) is unknown color: approx East Side. HEX triplet: B4, 8A and BD. RGB value is (180,138,189). Sum of RGB (Red+Green+Blue) = 180+138+189=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #B48ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48ABD is #4B7542. Grayscale: #9C9C9C. Windows color (decimal): -4945219 or 12421812. OLE color: 12421812.

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

Color convert

RGB180138189-
CMYK0.050.2700.26
HSL289.41º27.87%64.12%-
HSV(B)289.41º26.98%74.12%-
XYZ37.131.5552.28-
YUV156.37146.41144.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.50%
GREEN value IS 138 (54.30% from 255) = 27.22%
BLUE value IS 189 (74.22% from 255) = 37.28%
R=35.50%
G=27.22%
B=37.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801381890.050.2700.26289.4127.8764.12
HexB48ABD51B01A1211c40
Octal26421227553303244134100
Binary10110100100010101011110110111011011010100100001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48ABD; }

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

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

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

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

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

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

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

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