#B38EC6

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

Shades of East Side #B38EC6

Tints of East Side #B38EC6

Color information

#B38EC6 (or 0xB38EC6) is unknown color: approx East Side. HEX triplet: B3, 8E and C6. RGB value is (179,142,198). Sum of RGB (Red+Green+Blue) = 179+142+198=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 198 - color contains mainly: blue. Hex color #B38EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38EC6 is #4C7139. Grayscale: #9F9F9F. Windows color (decimal): -5009722 or 13012659. OLE color: 13012659.

HSL color Cylindrical-coordinate representation of color #B38EC6: hue angle of 279.64º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B38EC6 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB179142198-
CMYK0.100.2800.22
HSL279.64º32.94%66.67%-
HSV(B)279.64º28.28%77.65%-
XYZ38.4633.0157.77-
YUV159.45149.76141.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.49%
GREEN value IS 142 (55.86% from 255) = 27.36%
BLUE value IS 198 (77.73% from 255) = 38.15%
R=34.49%
G=27.36%
B=38.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1791421980.100.2800.22279.6432.9466.67
HexB38EC6A1C0161182143
Octal263216306123402643041103
Binary1011001110001110110001101010111000101101000110001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38EC6; }

 p { color: rgb(179,142,198); }

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

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

 a { background-color: rgb(179,142,198); }

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

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

 span { border-color: rgb(179,142,198); }

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