#B37EC1

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

Shades of East Side #B37EC1

Tints of East Side #B37EC1

Color information

#B37EC1 (or 0xB37EC1) is unknown color: approx East Side. HEX triplet: B3, 7E and C1. RGB value is (179,126,193). Sum of RGB (Red+Green+Blue) = 179+126+193=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #B37EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37EC1 is #4C813E. Grayscale: #959595. Windows color (decimal): -5013823 or 12680883. OLE color: 12680883.

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

Color convert

RGB179126193-
CMYK0.070.3500.24
HSL287.46º35.08%62.55%-
HSV(B)287.46º34.72%75.69%-
XYZ35.6828.3654.04-
YUV149.48152.56149.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.94%
GREEN value IS 126 (49.61% from 255) = 25.30%
BLUE value IS 193 (75.78% from 255) = 38.76%
R=35.94%
G=25.30%
B=38.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791261930.070.3500.24287.4635.0862.55
HexB37EC172301811f233f
Octal2631763017430304374377
Binary10110011111111011000001111100011011000100011111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37EC1; }

 p { color: rgb(179,126,193); }

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

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

 a { background-color: rgb(179,126,193); }

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

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

 span { border-color: rgb(179,126,193); }

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