#B48AD0

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

Shades of East Side #B48AD0

Tints of East Side #B48AD0

Color information

#B48AD0 (or 0xB48AD0) is unknown color: approx East Side. HEX triplet: B4, 8A and D0. RGB value is (180,138,208). Sum of RGB (Red+Green+Blue) = 180+138+208=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 208 - color contains mainly: blue. Hex color #B48AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48AD0 is #4B752F. Grayscale: #9E9E9E. Windows color (decimal): -4945200 or 13666996. OLE color: 13666996.

HSL color Cylindrical-coordinate representation of color #B48AD0: hue angle of 276º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B48AD0 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB180138208-
CMYK0.130.3400.18
HSL276º42.68%67.84%-
HSV(B)276º33.65%81.57%-
XYZ39.332.4363.86-
YUV158.54155.91143.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.22%
GREEN value IS 138 (54.30% from 255) = 26.24%
BLUE value IS 208 (81.64% from 255) = 39.54%
R=34.22%
G=26.24%
B=39.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1801382080.130.3400.1827642.6867.84
HexB48AD0D220121142b44
Octal264212320154202242453104
Binary10110100100010101101000011011000100100101000101001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48AD0; }

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

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

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

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

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

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

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

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