#B48FC0

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

Shades of East Side #B48FC0

Tints of East Side #B48FC0

Color information

#B48FC0 (or 0xB48FC0) is unknown color: approx East Side. HEX triplet: B4, 8F and C0. RGB value is (180,143,192). Sum of RGB (Red+Green+Blue) = 180+143+192=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 192 - color contains mainly: blue. Hex color #B48FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48FC0 is #4B703F. Grayscale: #9F9F9F. Windows color (decimal): -4943936 or 12619700. OLE color: 12619700.

HSL color Cylindrical-coordinate representation of color #B48FC0: hue angle of 285.31º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B48FC0 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180143192-
CMYK0.060.2600.25
HSL285.31º28%65.69%-
HSV(B)285.31º25.52%75.29%-
XYZ38.1633.1554.26-
YUV159.65146.26142.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.95%
GREEN value IS 143 (56.25% from 255) = 27.77%
BLUE value IS 192 (75.39% from 255) = 37.28%
R=34.95%
G=27.77%
B=37.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801431920.060.2600.25285.312865.69
HexB48FC061A01911d1c42
Octal26421730063203143534102
Binary10110100100011111100000011011010011001100011101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48FC0; }

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

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

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

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

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

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

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

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