#B48FCE

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

Shades of East Side #B48FCE

Tints of East Side #B48FCE

Color information

#B48FCE (or 0xB48FCE) is unknown color: approx East Side. HEX triplet: B4, 8F and CE. RGB value is (180,143,206). Sum of RGB (Red+Green+Blue) = 180+143+206=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #B48FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48FCE is #4B7031. Grayscale: #A1A1A1. Windows color (decimal): -4943922 or 13537204. OLE color: 13537204.

HSL color Cylindrical-coordinate representation of color #B48FCE: hue angle of 275.24º degrees, saturation: 0.39, 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 #B48FCE is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180143206-
CMYK0.130.3100.19
HSL275.24º39.13%68.43%-
HSV(B)275.24º30.58%80.78%-
XYZ39.7933.862.82-
YUV161.24153.26141.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.03%
GREEN value IS 143 (56.25% from 255) = 27.03%
BLUE value IS 206 (80.86% from 255) = 38.94%
R=34.03%
G=27.03%
B=38.94%

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
Decimal1801432060.130.3100.19275.2439.1368.43
HexB48FCED1F0131132744
Octal264217316153702342347104
Binary1011010010001111110011101101111110100111000100111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48FCE; }

 p { color: rgb(180,143,206); }

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

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

 a { background-color: rgb(180,143,206); }

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

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

 span { border-color: rgb(180,143,206); }

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