#B48CC8

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

Shades of East Side #B48CC8

Tints of East Side #B48CC8

Color information

#B48CC8 (or 0xB48CC8) is unknown color: approx East Side. HEX triplet: B4, 8C and C8. RGB value is (180,140,200). Sum of RGB (Red+Green+Blue) = 180+140+200=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 200 (78.52% from 255 or 38.46% from 520); Max value from RGB is 200 - color contains mainly: blue. Hex color #B48CC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48CC8 is #4B7337. Grayscale: #9E9E9E. Windows color (decimal): -4944696 or 13143220. OLE color: 13143220.

HSL color Cylindrical-coordinate representation of color #B48CC8: hue angle of 280º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B48CC8 is Cyan = 0.1, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB180140200-
CMYK0.10.300.22
HSL280º35.29%66.67%-
HSV(B)280º30%78.43%-
XYZ38.6332.6358.91-
YUV158.8151.25143.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.62%
GREEN value IS 140 (55.08% from 255) = 26.92%
BLUE value IS 200 (78.52% from 255) = 38.46%
R=34.62%
G=26.92%
B=38.46%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801402000.10.300.2228035.2966.67
HexB48CC8A1E0161182343
Octal264214310123602643043103
Binary1011010010001100110010001010111100101101000110001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48CC8; }

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

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

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

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

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

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

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

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