#B37FCE

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

Shades of East Side #B37FCE

Tints of East Side #B37FCE

Color information

#B37FCE (or 0xB37FCE) is unknown color: approx East Side. HEX triplet: B3, 7F and CE. RGB value is (179,127,206). Sum of RGB (Red+Green+Blue) = 179+127+206=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #B37FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37FCE is #4C8031. Grayscale: #979797. Windows color (decimal): -5013554 or 13533107. OLE color: 13533107.

HSL color Cylindrical-coordinate representation of color #B37FCE: hue angle of 279.49º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B37FCE is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB179127206-
CMYK0.130.3800.19
HSL279.49º44.63%65.29%-
HSV(B)279.49º38.35%80.78%-
XYZ37.3229.2262.07-
YUV151.55158.73147.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.96%
GREEN value IS 127 (50% from 255) = 24.80%
BLUE value IS 206 (80.86% from 255) = 40.23%
R=34.96%
G=24.80%
B=40.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1791272060.130.3800.19279.4944.6365.29
HexB37FCED260131172d41
Octal263177316154602342755101
Binary1011001111111111100111011011001100100111000101111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37FCE; }

 p { color: rgb(179,127,206); }

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

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

 a { background-color: rgb(179,127,206); }

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

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

 span { border-color: rgb(179,127,206); }

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