#B38BC4

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

Shades of East Side #B38BC4

Tints of East Side #B38BC4

Color information

#B38BC4 (or 0xB38BC4) is unknown color: approx East Side. HEX triplet: B3, 8B and C4. RGB value is (179,139,196). Sum of RGB (Red+Green+Blue) = 179+139+196=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 196 - color contains mainly: blue. Hex color #B38BC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38BC4 is #4C743B. Grayscale: #9D9D9D. Windows color (decimal): -5010492 or 12880819. OLE color: 12880819.

HSL color Cylindrical-coordinate representation of color #B38BC4: hue angle of 282.11º degrees, saturation: 0.33, 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 #B38BC4 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB179139196-
CMYK0.090.2900.23
HSL282.11º32.57%65.69%-
HSV(B)282.11º29.08%76.86%-
XYZ37.7932.0356.42-
YUV157.46149.75143.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.82%
GREEN value IS 139 (54.69% from 255) = 27.04%
BLUE value IS 196 (76.95% from 255) = 38.13%
R=34.82%
G=27.04%
B=38.13%

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
Decimal1791391960.090.2900.23282.1132.5765.69
HexB38BC491D01711a2142
Octal263213304113502743241102
Binary1011001110001011110001001001111010101111000110101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38BC4; }

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

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

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

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

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

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

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

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