#B38FC0

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

Shades of East Side #B38FC0

Tints of East Side #B38FC0

Color information

#B38FC0 (or 0xB38FC0) is unknown color: approx East Side. HEX triplet: B3, 8F and C0. RGB value is (179,143,192). Sum of RGB (Red+Green+Blue) = 179+143+192=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 192 - color contains mainly: blue. Hex color #B38FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38FC0 is #4C703F. Grayscale: #9F9F9F. Windows color (decimal): -5009472 or 12619699. OLE color: 12619699.

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

Color convert

RGB179143192-
CMYK0.070.2600.25
HSL284.08º28%65.69%-
HSV(B)284.08º25.52%75.29%-
XYZ37.9333.0354.25-
YUV159.35146.43142.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.82%
GREEN value IS 143 (56.25% from 255) = 27.82%
BLUE value IS 192 (75.39% from 255) = 37.35%
R=34.82%
G=27.82%
B=37.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791431920.070.2600.25284.082865.69
HexB38FC071A01911c1c42
Octal26321730073203143434102
Binary10110011100011111100000011111010011001100011100111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38FC0; }

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

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

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

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

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

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

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

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