#b37fd0

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

Shades of East Side #B37FD0

Tints of East Side #B37FD0

Color information

#B37FD0 (or 0xB37FD0) is unknown color: approx East Side. HEX triplet: B3, 7F and D0. RGB value is (179,127,208). Sum of RGB (Red+Green+Blue) = 179+127+208=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #B37FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37FD0 is #4C802F. Grayscale: #979797. Windows color (decimal): -5013552 or 13664179. OLE color: 13664179.

HSL color Cylindrical-coordinate representation of color #B37FD0: hue angle of 278.52º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B37FD0 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB179127208-
CMYK0.140.3900.18
HSL278.52º46.29%65.69%-
HSV(B)278.52º38.94%81.57%-
XYZ37.5629.3263.35-
YUV151.78159.73147.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.82%
GREEN value IS 127 (50% from 255) = 24.71%
BLUE value IS 208 (81.64% from 255) = 40.47%
R=34.82%
G=24.71%
B=40.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1791272080.140.3900.18278.5246.2965.69
HexB37FD0E270121172e42
Octal263177320164702242756102
Binary1011001111111111101000011101001110100101000101111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b37fd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b37fd0; }

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

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

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

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

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

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

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

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