#B48CD0

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

Shades of East Side #B48CD0

Tints of East Side #B48CD0

Color information

#B48CD0 (or 0xB48CD0) is unknown color: approx East Side. HEX triplet: B4, 8C and D0. RGB value is (180,140,208). Sum of RGB (Red+Green+Blue) = 180+140+208=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 208 - color contains mainly: blue. Hex color #B48CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48CD0 is #4B732F. Grayscale: #9F9F9F. Windows color (decimal): -4944688 or 13667508. OLE color: 13667508.

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

Color convert

RGB180140208-
CMYK0.130.3300.18
HSL275.29º41.98%68.24%-
HSV(B)275.29º32.69%81.57%-
XYZ39.5933.0163.96-
YUV159.71155.25142.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.09%
GREEN value IS 140 (55.08% from 255) = 26.52%
BLUE value IS 208 (81.64% from 255) = 39.39%
R=34.09%
G=26.52%
B=39.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1801402080.130.3300.18275.2941.9868.24
HexB48CD0D210121132a44
Octal264214320154102242352104
Binary10110100100011001101000011011000010100101000100111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48CD0; }

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

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

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

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

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

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

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

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