#B48FBC

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

Shades of East Side #B48FBC

Tints of East Side #B48FBC

Color information

#B48FBC (or 0xB48FBC) is unknown color: approx East Side. HEX triplet: B4, 8F and BC. RGB value is (180,143,188). Sum of RGB (Red+Green+Blue) = 180+143+188=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 188 - color contains mainly: blue. Hex color #B48FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48FBC is #4B7043. Grayscale: #9F9F9F. Windows color (decimal): -4943940 or 12357556. OLE color: 12357556.

HSL color Cylindrical-coordinate representation of color #B48FBC: hue angle of 289.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B48FBC is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB180143188-
CMYK0.040.2400.26
HSL289.33º25.14%64.9%-
HSV(B)289.33º23.94%73.73%-
XYZ37.7232.9851.95-
YUV159.19144.26142.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.23%
GREEN value IS 143 (56.25% from 255) = 27.98%
BLUE value IS 188 (73.83% from 255) = 36.79%
R=35.23%
G=27.98%
B=36.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801431880.040.2400.26289.3325.1464.9
HexB48FBC41801A1211941
Octal26421727443003244131101
Binary10110100100011111011110010011000011010100100001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48FBC; }

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

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

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

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

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

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

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

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