#B38CC2

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

Shades of East Side #B38CC2

Tints of East Side #B38CC2

Color information

#B38CC2 (or 0xB38CC2) is unknown color: approx East Side. HEX triplet: B3, 8C and C2. RGB value is (179,140,194). Sum of RGB (Red+Green+Blue) = 179+140+194=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 194 - color contains mainly: blue. Hex color #B38CC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38CC2 is #4C733D. Grayscale: #9D9D9D. Windows color (decimal): -5010238 or 12750003. OLE color: 12750003.

HSL color Cylindrical-coordinate representation of color #B38CC2: hue angle of 283.33º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B38CC2 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB179140194-
CMYK0.080.2800.24
HSL283.33º30.68%65.49%-
HSV(B)283.33º27.84%76.08%-
XYZ37.7132.2355.27-
YUV157.82148.42143.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.89%
GREEN value IS 140 (55.08% from 255) = 27.29%
BLUE value IS 194 (76.17% from 255) = 37.82%
R=34.89%
G=27.29%
B=37.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791401940.080.2800.24283.3330.6865.49
HexB38CC281C01811b1f41
Octal263214302103403043337101
Binary101100111000110011000010100011100011000100011011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38CC2; }

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

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

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

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

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

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

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

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