#B37DD8

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

Shades of East Side #B37DD8

Tints of East Side #B37DD8

Color information

#B37DD8 (or 0xB37DD8) is unknown color: approx East Side. HEX triplet: B3, 7D and D8. RGB value is (179,125,216). Sum of RGB (Red+Green+Blue) = 179+125+216=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 216 - color contains mainly: blue. Hex color #B37DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37DD8 is #4C8227. Grayscale: #979797. Windows color (decimal): -5014056 or 14187955. OLE color: 14187955.

HSL color Cylindrical-coordinate representation of color #B37DD8: hue angle of 275.6º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B37DD8 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179125216-
CMYK0.170.4200.15
HSL275.6º53.85%66.86%-
HSV(B)275.6º42.13%84.71%-
XYZ38.3229.2168.58-
YUV151.52164.39147.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.42%
GREEN value IS 125 (49.22% from 255) = 24.04%
BLUE value IS 216 (84.77% from 255) = 41.54%
R=34.42%
G=24.04%
B=41.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791252160.170.4200.15275.653.8566.86
HexB37DD8112A0F1143643
Octal263175330215201742466103
Binary1011001111111011101100010001101010011111000101001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37DD8; }

 p { color: rgb(179,125,216); }

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

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

 a { background-color: rgb(179,125,216); }

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

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

 span { border-color: rgb(179,125,216); }

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