#B48CC6

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

Shades of East Side #B48CC6

Tints of East Side #B48CC6

Color information

#B48CC6 (or 0xB48CC6) is unknown color: approx East Side. HEX triplet: B4, 8C and C6. RGB value is (180,140,198). Sum of RGB (Red+Green+Blue) = 180+140+198=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 198 - color contains mainly: blue. Hex color #B48CC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48CC6 is #4B7339. Grayscale: #9E9E9E. Windows color (decimal): -4944698 or 13012148. OLE color: 13012148.

HSL color Cylindrical-coordinate representation of color #B48CC6: hue angle of 281.38º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B48CC6 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB180140198-
CMYK0.090.2900.22
HSL281.38º33.72%66.27%-
HSV(B)281.38º29.29%77.65%-
XYZ38.3932.5457.68-
YUV158.57150.25143.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.75%
GREEN value IS 140 (55.08% from 255) = 27.03%
BLUE value IS 198 (77.73% from 255) = 38.22%
R=34.75%
G=27.03%
B=38.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801401980.090.2900.22281.3833.7266.27
HexB48CC691D0161192242
Octal264214306113502643142102
Binary1011010010001100110001101001111010101101000110011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48CC6; }

 p { color: rgb(180,140,198); }

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

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

 a { background-color: rgb(180,140,198); }

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

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

 span { border-color: rgb(180,140,198); }

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