#B38BBF

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

Shades of East Side #B38BBF

Tints of East Side #B38BBF

Color information

#B38BBF (or 0xB38BBF) is unknown color: approx East Side. HEX triplet: B3, 8B and BF. RGB value is (179,139,191). Sum of RGB (Red+Green+Blue) = 179+139+191=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #B38BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38BBF is #4C7440. Grayscale: #9C9C9C. Windows color (decimal): -5010497 or 12553139. OLE color: 12553139.

HSL color Cylindrical-coordinate representation of color #B38BBF: hue angle of 286.15º degrees, saturation: 0.29, 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 #B38BBF is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179139191-
CMYK0.060.2700.25
HSL286.15º28.89%64.71%-
HSV(B)286.15º27.23%74.9%-
XYZ37.2331.8153.47-
YUV156.89147.25143.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.17%
GREEN value IS 139 (54.69% from 255) = 27.31%
BLUE value IS 191 (75% from 255) = 37.52%
R=35.17%
G=27.31%
B=37.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791391910.060.2700.25286.1528.8964.71
HexB38BBF61B01911e1d41
Octal26321327763303143635101
Binary10110011100010111011111111011011011001100011110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38BBF; }

 p { color: rgb(179,139,191); }

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

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

 a { background-color: rgb(179,139,191); }

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

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

 span { border-color: rgb(179,139,191); }

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