#B37FC6

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

Shades of East Side #B37FC6

Tints of East Side #B37FC6

Color information

#B37FC6 (or 0xB37FC6) is unknown color: approx East Side. HEX triplet: B3, 7F and C6. RGB value is (179,127,198). Sum of RGB (Red+Green+Blue) = 179+127+198=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 198 - color contains mainly: blue. Hex color #B37FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37FC6 is #4C8039. Grayscale: #969696. Windows color (decimal): -5013562 or 13008819. OLE color: 13008819.

HSL color Cylindrical-coordinate representation of color #B37FC6: hue angle of 283.94º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B37FC6 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB179127198-
CMYK0.100.3600.22
HSL283.94º38.38%63.73%-
HSV(B)283.94º35.86%77.65%-
XYZ36.3728.8457.08-
YUV150.64154.73148.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 127 (50% from 255) = 25.20%
BLUE value IS 198 (77.73% from 255) = 39.29%
R=35.52%
G=25.20%
B=39.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1791271980.100.3600.22283.9438.3863.73
HexB37FC6A2401611c2640
Octal263177306124402643446100
Binary1011001111111111100011010101001000101101000111001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37FC6; }

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

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

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

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

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

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

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

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