#B38FBE

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

Shades of East Side #B38FBE

Tints of East Side #B38FBE

Color information

#B38FBE (or 0xB38FBE) is unknown color: approx East Side. HEX triplet: B3, 8F and BE. RGB value is (179,143,190). Sum of RGB (Red+Green+Blue) = 179+143+190=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #B38FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38FBE is #4C7041. Grayscale: #9E9E9E. Windows color (decimal): -5009474 or 12488627. OLE color: 12488627.

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

Color convert

RGB179143190-
CMYK0.060.2500.25
HSL285.96º26.55%65.29%-
HSV(B)285.96º24.74%74.51%-
XYZ37.7132.9553.09-
YUV159.12145.43142.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.96%
GREEN value IS 143 (56.25% from 255) = 27.93%
BLUE value IS 190 (74.61% from 255) = 37.11%
R=34.96%
G=27.93%
B=37.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791431900.060.2500.25285.9626.5565.29
HexB38FBE61901911e1b41
Octal26321727663103143633101
Binary10110011100011111011111011011001011001100011110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38FBE; }

 p { color: rgb(179,143,190); }

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

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

 a { background-color: rgb(179,143,190); }

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

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

 span { border-color: rgb(179,143,190); }

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