#B38CC4

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

Shades of East Side #B38CC4

Tints of East Side #B38CC4

Color information

#B38CC4 (or 0xB38CC4) is unknown color: approx East Side. HEX triplet: B3, 8C and C4. RGB value is (179,140,196). Sum of RGB (Red+Green+Blue) = 179+140+196=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 196 - color contains mainly: blue. Hex color #B38CC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38CC4 is #4C733B. Grayscale: #9D9D9D. Windows color (decimal): -5010236 or 12881075. OLE color: 12881075.

HSL color Cylindrical-coordinate representation of color #B38CC4: hue angle of 281.79º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B38CC4 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB179140196-
CMYK0.090.2900.23
HSL281.79º32.18%65.88%-
HSV(B)281.79º28.57%76.86%-
XYZ37.9332.3356.46-
YUV158.04149.42142.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.76%
GREEN value IS 140 (55.08% from 255) = 27.18%
BLUE value IS 196 (76.95% from 255) = 38.06%
R=34.76%
G=27.18%
B=38.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791401960.090.2900.23281.7932.1865.88
HexB38CC491D01711a2042
Octal263214304113502743240102
Binary1011001110001100110001001001111010101111000110101000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38CC4; }

 p { color: rgb(179,140,196); }

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

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

 a { background-color: rgb(179,140,196); }

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

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

 span { border-color: rgb(179,140,196); }

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