#B48FBE

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

Shades of East Side #B48FBE

Tints of East Side #B48FBE

Color information

#B48FBE (or 0xB48FBE) is unknown color: approx East Side. HEX triplet: B4, 8F and BE. RGB value is (180,143,190). Sum of RGB (Red+Green+Blue) = 180+143+190=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #B48FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48FBE is #4B7041. Grayscale: #9F9F9F. Windows color (decimal): -4943938 or 12488628. OLE color: 12488628.

HSL color Cylindrical-coordinate representation of color #B48FBE: hue angle of 287.23º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B48FBE is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180143190-
CMYK0.050.2500.25
HSL287.23º26.55%65.29%-
HSV(B)287.23º24.74%74.51%-
XYZ37.9433.0753.1-
YUV159.42145.26142.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.09%
GREEN value IS 143 (56.25% from 255) = 27.88%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=35.09%
G=27.88%
B=37.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801431900.050.2500.25287.2326.5565.29
HexB48FBE51901911f1b41
Octal26421727653103143733101
Binary10110100100011111011111010111001011001100011111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48FBE; }

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

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

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

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

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

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

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

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