#B38AC0

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

Shades of East Side #B38AC0

Tints of East Side #B38AC0

Color information

#B38AC0 (or 0xB38AC0) is unknown color: approx East Side. HEX triplet: B3, 8A and C0. RGB value is (179,138,192). Sum of RGB (Red+Green+Blue) = 179+138+192=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 192 - color contains mainly: blue. Hex color #B38AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38AC0 is #4C753F. Grayscale: #9C9C9C. Windows color (decimal): -5010752 or 12618419. OLE color: 12618419.

HSL color Cylindrical-coordinate representation of color #B38AC0: hue angle of 285.56º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B38AC0 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179138192-
CMYK0.070.2800.25
HSL285.56º30%64.71%-
HSV(B)285.56º28.12%75.29%-
XYZ37.1931.5754-
YUV156.42148.08144.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.17%
GREEN value IS 138 (54.30% from 255) = 27.11%
BLUE value IS 192 (75.39% from 255) = 37.72%
R=35.17%
G=27.11%
B=37.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791381920.070.2800.25285.563064.71
HexB38AC071C01911e1e41
Octal26321230073403143636101
Binary10110011100010101100000011111100011001100011110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38AC0; }

 p { color: rgb(179,138,192); }

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

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

 a { background-color: rgb(179,138,192); }

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

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

 span { border-color: rgb(179,138,192); }

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