#B37CC2

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

Shades of East Side #B37CC2

Tints of East Side #B37CC2

Color information

#B37CC2 (or 0xB37CC2) is unknown color: approx East Side. HEX triplet: B3, 7C and C2. RGB value is (179,124,194). Sum of RGB (Red+Green+Blue) = 179+124+194=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 194 - color contains mainly: blue. Hex color #B37CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37CC2 is #4C833D. Grayscale: #949494. Windows color (decimal): -5014334 or 12745907. OLE color: 12745907.

HSL color Cylindrical-coordinate representation of color #B37CC2: hue angle of 287.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B37CC2 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB179124194-
CMYK0.080.3600.24
HSL287.14º36.46%62.35%-
HSV(B)287.14º36.08%76.08%-
XYZ35.5427.8954.55-
YUV148.43153.72149.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.02%
GREEN value IS 124 (48.83% from 255) = 24.95%
BLUE value IS 194 (76.17% from 255) = 39.03%
R=36.02%
G=24.95%
B=39.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791241940.080.3600.24287.1436.4662.35
HexB37CC282401811f243e
Octal26317430210440304374476
Binary101100111111100110000101000100100011000100011111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37CC2; }

 p { color: rgb(179,124,194); }

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

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

 a { background-color: rgb(179,124,194); }

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

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

 span { border-color: rgb(179,124,194); }

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