#B48ECF

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

Shades of East Side #B48ECF

Tints of East Side #B48ECF

Color information

#B48ECF (or 0xB48ECF) is unknown color: approx East Side. HEX triplet: B4, 8E and CF. RGB value is (180,142,207). Sum of RGB (Red+Green+Blue) = 180+142+207=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #B48ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48ECF is #4B7130. Grayscale: #A0A0A0. Windows color (decimal): -4944177 or 13602484. OLE color: 13602484.

HSL color Cylindrical-coordinate representation of color #B48ECF: hue angle of 275.08º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B48ECF is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180142207-
CMYK0.130.3100.19
HSL275.08º40.37%68.43%-
HSV(B)275.08º31.4%81.18%-
XYZ39.7633.5563.41-
YUV160.77154.09141.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.03%
GREEN value IS 142 (55.86% from 255) = 26.84%
BLUE value IS 207 (81.25% from 255) = 39.13%
R=34.03%
G=26.84%
B=39.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801422070.130.3100.19275.0840.3768.43
HexB48ECFD1F0131132844
Octal264216317153702342350104
Binary1011010010001110110011111101111110100111000100111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48ECF; }

 p { color: rgb(180,142,207); }

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

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

 a { background-color: rgb(180,142,207); }

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

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

 span { border-color: rgb(180,142,207); }

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