#B48BBE

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

Shades of East Side #B48BBE

Tints of East Side #B48BBE

Color information

#B48BBE (or 0xB48BBE) is unknown color: approx East Side. HEX triplet: B4, 8B and BE. RGB value is (180,139,190). Sum of RGB (Red+Green+Blue) = 180+139+190=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 190 - color contains mainly: blue. Hex color #B48BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48BBE is #4B7441. Grayscale: #9C9C9C. Windows color (decimal): -4944962 or 12487604. OLE color: 12487604.

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

Color convert

RGB180139190-
CMYK0.050.2700.25
HSL288.24º28.18%64.51%-
HSV(B)288.24º26.84%74.51%-
XYZ37.3531.8952.9-
YUV157.07146.58144.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.36%
GREEN value IS 139 (54.69% from 255) = 27.31%
BLUE value IS 190 (74.61% from 255) = 37.33%
R=35.36%
G=27.31%
B=37.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801391900.050.2700.25288.2428.1864.51
HexB48BBE51B0191201c41
Octal26421327653303144034101
Binary10110100100010111011111010111011011001100100000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48BBE; }

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

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

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

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

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

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

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

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