#B48BCB

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

Shades of East Side #B48BCB

Tints of East Side #B48BCB

Color information

#B48BCB (or 0xB48BCB) is unknown color: approx East Side. HEX triplet: B4, 8B and CB. RGB value is (180,139,203). Sum of RGB (Red+Green+Blue) = 180+139+203=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #B48BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48BCB is #4B7434. Grayscale: #9E9E9E. Windows color (decimal): -4944949 or 13339572. OLE color: 13339572.

HSL color Cylindrical-coordinate representation of color #B48BCB: hue angle of 278.44º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B48BCB is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB180139203-
CMYK0.110.3200.20
HSL278.44º38.1%67.06%-
HSV(B)278.44º31.53%79.61%-
XYZ38.8332.4860.72-
YUV158.55153.08143.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.48%
GREEN value IS 139 (54.69% from 255) = 26.63%
BLUE value IS 203 (79.69% from 255) = 38.89%
R=34.48%
G=26.63%
B=38.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801392030.110.3200.20278.4438.167.06
HexB48BCBB200141162643
Octal264213313134002442646103
Binary10110100100010111100101110111000000101001000101101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48BCB; }

 p { color: rgb(180,139,203); }

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

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

 a { background-color: rgb(180,139,203); }

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

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

 span { border-color: rgb(180,139,203); }

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